Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/startup/
A Dquickjs_module_load.c85 JS_EVAL_TYPE_MODULE | JS_EVAL_FLAG_COMPILE_ONLY); in quickjs_module_loader()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dqjsc.c266 JS_EVAL_TYPE_MODULE | JS_EVAL_FLAG_COMPILE_ONLY); in jsc_module_loader()
299 eval_flags = JS_EVAL_FLAG_COMPILE_ONLY; in compile_file()
A DChangelog76 - documented JS_EVAL_FLAG_COMPILE_ONLY
A Dqjs.c61 eval_flags | JS_EVAL_FLAG_COMPILE_ONLY); in eval_buf()
A Dquickjs.h307 #define JS_EVAL_FLAG_COMPILE_ONLY (1 << 5) macro
A Drun-test262.c817 JS_EVAL_TYPE_MODULE | JS_EVAL_FLAG_COMPILE_ONLY); in js_module_loader_test()
A Dquickjs-libc.c599 JS_EVAL_TYPE_MODULE | JS_EVAL_FLAG_COMPILE_ONLY); in js_module_loader()
A Dquickjs.c33050 if (flags & JS_EVAL_FLAG_COMPILE_ONLY) { in __JS_EvalInternal()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c617 JS_EVAL_TYPE_MODULE | JS_EVAL_FLAG_COMPILE_ONLY); in js_module_loader()

Completed in 163 milliseconds