From 17a1beeeae647a6fbd0904a5d794ce7754df7eb2 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 27 Aug 2018 16:37:59 +0530 Subject: set the initial value of exprs --- js/IntegerOp/BITSET.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/IntegerOp/BITSET.js') diff --git a/js/IntegerOp/BITSET.js b/js/IntegerOp/BITSET.js index 4a3f42f8..28274e36 100644 --- a/js/IntegerOp/BITSET.js +++ b/js/IntegerOp/BITSET.js @@ -33,6 +33,7 @@ function BITSET() { var ok = true; this.Datatype = arguments[0]["Datatype"]; this.bit = parseFloat(arguments[0]["bit"]); + var exprs = [arguments[0]["Datatype"], arguments[0]["bit"]]; if (!ok) { break; } -- cgit