diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-02-26 17:05:07 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-02-26 17:05:07 -0500 |
commit | 2f5e6f993e1b1a446331520b4dc2d5b19d597371 (patch) | |
tree | 970e5a6e77c2540f7e9459bd7fc0df1681eff46b /src/settings.js | |
parent | 0e51f92d800dac9e697a8488c36b62e23bdb0d76 (diff) |
SAFE_DYNCALLS option
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.js b/src/settings.js index 21b6abcf..308afddc 100644 --- a/src/settings.js +++ b/src/settings.js @@ -128,6 +128,8 @@ var SAFE_HEAP = 0; // Check each write to the heap, for example, this will give // that 3 is the option you usually want here. var SAFE_HEAP_LOG = 0; // Log out all SAFE_HEAP operations +var SAFE_DYNCALLS = 0; // Show stack traces on missing function pointer/virtual method calls + var ASM_HEAP_LOG = 0; // Simple heap logging, like SAFE_HEAP_LOG but cheaper, and in asm.js var CORRUPTION_CHECK = 0; // When enabled, will emit a buffer area at the beginning and |