Home
last modified time | relevance | path

Searched refs:js_repl_funcs (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/repl/
A Dmodule_repl.c184 static const JSCFunctionListEntry js_repl_funcs[] = { variable
200 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