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/Linear/SAMPHOLD.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/Linear/SAMPHOLD.js') diff --git a/js/Linear/SAMPHOLD.js b/js/Linear/SAMPHOLD.js index 76c5b115..1e78b462 100644 --- a/js/Linear/SAMPHOLD.js +++ b/js/Linear/SAMPHOLD.js @@ -26,4 +26,5 @@ function SAMPHOLD() { SAMPHOLD.prototype.get_popup_title = function SAMPHOLD() { return; } + SAMPHOLD.prototype.getContainer = function SAMPHOLD() { return new BasicBlock(this.x); } } -- cgit