mirror of
https://github.com/openharmony/js_util_module.git
synced 2026-07-20 21:58:22 -04:00
@@ -43,7 +43,7 @@ int main(int argc, char** argv)
|
||||
|
||||
js_std_add_helpers(ctx, 0, nullptr);
|
||||
|
||||
g_nativeEngine = new QuickJSNativeEngine(rt, ctx);
|
||||
g_nativeEngine = new QuickJSNativeEngine(rt, ctx, nullptr);
|
||||
|
||||
int ret = RUN_ALL_TESTS();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user