From f389f174481df676c841ebcc87a7b8b313921bbc Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 17 Sep 2018 16:11:31 +0530 Subject: add importset and getContainer to combined.js --- js/Sources/READAU_f.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'js/Sources/READAU_f.js') diff --git a/js/Sources/READAU_f.js b/js/Sources/READAU_f.js index 1706e13a..66f068f4 100644 --- a/js/Sources/READAU_f.js +++ b/js/Sources/READAU_f.js @@ -105,4 +105,12 @@ function READAU_f() { READAU_f.prototype.get_popup_title = function READAU_f() { return this.set_param_popup_title; } + READAU_f.prototype.importset = function READAU_f() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.fname1 = ary[0]; + this.N = ary[1]; + this.swap = ary[2]; + } + READAU_f.prototype.getContainer = function READAU_f() { return new BasicBlock(this.x); } } -- cgit