Merge branch 'native_boot'
This commit is contained in:
@@ -321,7 +321,7 @@ void script_startup(JSContext *js)
|
||||
|
||||
JS_SetGCScanExternal(js, actor_gc_scan);
|
||||
|
||||
/* Set per-actor heap memory limit */
|
||||
js->actor_label = js->name; /* may be NULL; updated when name is set */
|
||||
JS_SetHeapMemoryLimit(js, ACTOR_MEMORY_LIMIT);
|
||||
|
||||
JS_FreeValue(js, js_core_blob_use(js));
|
||||
|
||||
Reference in New Issue
Block a user