aboutsummaryrefslogtreecommitdiff
path: root/src/intertyper.js
diff options
context:
space:
mode:
authorAleksander Guryanov <caiiiycuk@gmail.com>2013-01-12 13:29:12 +0700
committerAleksander Guryanov <caiiiycuk@gmail.com>2013-01-17 21:16:26 +0700
commit4899a836579f064a0aa0df3b56fa15b3d4e04012 (patch)
tree0bc6283d2a5da4bdf7deb9ef75c55f4b7a0f5762 /src/intertyper.js
parentb6db6d7698dcfcf7878891027c0e4b3ac31e5bda (diff)
Implement exceptions in whitelist
Diffstat (limited to 'src/intertyper.js')
-rw-r--r--src/intertyper.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intertyper.js b/src/intertyper.js
index 00d504f5..1ddf8701 100644
--- a/src/intertyper.js
+++ b/src/intertyper.js
@@ -725,7 +725,7 @@ function intertyper(data, sidePass, baseLineNums) {
substrate.addActor('Invoke', {
processItem: function(item) {
var result = makeCall.call(this, item, 'invoke');
- if (DISABLE_EXCEPTION_CATCHING) {
+ if (DISABLE_EXCEPTION_CATCHING == 1) {
result.item.intertype = 'call';
result.ret.push({
intertype: 'branch',