Searched refs:wrapped_compile_execute (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/amp/engine/duktape_engine/ |
A D | be.c | 488 static duk_ret_t wrapped_compile_execute(duk_context *ctx, void *udata) in wrapped_compile_execute() function 525 int ret = duk_safe_call(duk_ctx, wrapped_compile_execute, NULL /*udata*/, in jsengine_start() 565 int ret = duk_safe_call(duk_ctx, wrapped_compile_execute, NULL /*udata*/, in jsengine_eval_file()
|
A D | repl.c | 111 static duk_ret_t wrapped_compile_execute(duk_context *ctx, void *udata) in wrapped_compile_execute() function 192 int rc = duk_safe_call(ctx, wrapped_compile_execute, NULL /*udata*/, 3 /*nargs*/, 1 /*nret*/); in repl_handle_input()
|
Completed in 8 milliseconds