Searched refs:js_repl_funcs (Results 1 – 1 of 1) sorted by relevance
184 static const JSCFunctionListEntry js_repl_funcs[] = { variable200 JS_SetPropertyFunctionList(ctx, proto, js_repl_funcs, in js_repl_init()201 countof(js_repl_funcs)); in js_repl_init()204 return JS_SetModuleExportList(ctx, m, js_repl_funcs, in js_repl_init()205 countof(js_repl_funcs)); in js_repl_init()214 JS_AddModuleExportList(ctx, m, js_repl_funcs, countof(js_repl_funcs)); in js_init_module_repl()
Completed in 4 milliseconds