reduced JS_MAX_LOCAL_VARS (github issue #123)
This commit is contained in:
parent
bfb4b35722
commit
fad030bef2
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ typedef enum JSErrorEnum {
|
|||
JS_NATIVE_ERROR_COUNT, /* number of different NativeError objects */
|
||||
} JSErrorEnum;
|
||||
|
||||
#define JS_MAX_LOCAL_VARS 65536
|
||||
#define JS_MAX_LOCAL_VARS 65535
|
||||
#define JS_STACK_SIZE_MAX 65534
|
||||
#define JS_STRING_LEN_MAX ((1 << 30) - 1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue