mirror of
https://github.com/bellard/quickjs.git
synced 2024-11-22 21:58:12 +08: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 */
|
JS_NATIVE_ERROR_COUNT, /* number of different NativeError objects */
|
||||||
} JSErrorEnum;
|
} JSErrorEnum;
|
||||||
|
|
||||||
#define JS_MAX_LOCAL_VARS 65536
|
#define JS_MAX_LOCAL_VARS 65535
|
||||||
#define JS_STACK_SIZE_MAX 65534
|
#define JS_STACK_SIZE_MAX 65534
|
||||||
#define JS_STRING_LEN_MAX ((1 << 30) - 1)
|
#define JS_STRING_LEN_MAX ((1 << 30) - 1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user