aboutsummaryrefslogtreecommitdiff
path: root/src/compiler.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/compiler.js
parentb6db6d7698dcfcf7878891027c0e4b3ac31e5bda (diff)
Implement exceptions in whitelist
Diffstat (limited to 'src/compiler.js')
-rw-r--r--src/compiler.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler.js b/src/compiler.js
index 118ca83a..25c306cf 100644
--- a/src/compiler.js
+++ b/src/compiler.js
@@ -168,6 +168,7 @@ if (PGO) { // by default, correct everything during PGO
EXPORTED_FUNCTIONS = set(EXPORTED_FUNCTIONS);
EXPORTED_GLOBALS = set(EXPORTED_GLOBALS);
+EXCEPTION_CATCHING_WHITELIST = set(EXCEPTION_CATCHING_WHITELIST);
RUNTIME_DEBUG = LIBRARY_DEBUG || GL_DEBUG;