Merge 9796ab9b004f8c6fe1299efa4e39d6884979e2fb into 8807fedec55bc4dbdf7b4780d36bfc4b4fd6e5e2

This commit is contained in:
Andy Dong 2025-09-23 14:31:09 +09:00 committed by GitHub
commit 125bd10d81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1320,7 +1320,7 @@ static const JSClassExoticMethods js_arguments_exotic_methods;
static const JSClassExoticMethods js_string_exotic_methods; static const JSClassExoticMethods js_string_exotic_methods;
static const JSClassExoticMethods js_proxy_exotic_methods; static const JSClassExoticMethods js_proxy_exotic_methods;
static const JSClassExoticMethods js_module_ns_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;
static void js_trigger_gc(JSRuntime *rt, size_t size) static void js_trigger_gc(JSRuntime *rt, size_t size)
{ {