summaryrefslogtreecommitdiff
path: root/js/IntegerOp/CONVERT.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/IntegerOp/CONVERT.js')
-rw-r--r--js/IntegerOp/CONVERT.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/IntegerOp/CONVERT.js b/js/IntegerOp/CONVERT.js
index be253a0c..6aeb796a 100644
--- a/js/IntegerOp/CONVERT.js
+++ b/js/IntegerOp/CONVERT.js
@@ -385,4 +385,12 @@ function CONVERT() {
CONVERT.prototype.get_popup_title = function CONVERT() {
return this.set_param_popup_title;
}
+ CONVERT.prototype.importset = function CONVERT() {
+ var graphics = this.x.graphics;
+ var ary = getData(graphics.exprs);
+ this.it = ary[0];
+ this.ot = ary[1];
+ this.np = ary[2];
+ }
+ CONVERT.prototype.getContainer = function CONVERT() { return new BasicBlock(this.x); }
}