mirror of
https://github.com/bellard/quickjs.git
synced 2026-03-31 12:18:01 +00:00
reduced JS_MAX_LOCAL_VARS (github issue #123)
This commit is contained in:
parent
e68993b678
commit
e9290401ce
@ -197,7 +197,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 New Issue
Block a user