mirror of
https://github.com/bellard/quickjs.git
synced 2026-05-27 19:09:36 +00:00
Merge 9796ab9b004f8c6fe1299efa4e39d6884979e2fb into d73189dd5a582c19c565774bd56fed4e72d33c99
This commit is contained in:
commit
0888160f86
@ -1403,7 +1403,7 @@ static const JSClassExoticMethods js_arguments_exotic_methods;
|
||||
static const JSClassExoticMethods js_string_exotic_methods;
|
||||
static const JSClassExoticMethods js_proxy_exotic_methods;
|
||||
static const JSClassExoticMethods js_module_ns_exotic_methods;
|
||||
static JSClassID js_class_id_alloc = JS_CLASS_INIT_COUNT;
|
||||
static _Thread_local JSClassID js_class_id_alloc = JS_CLASS_INIT_COUNT;
|
||||
|
||||
/* JS malloc */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user