Home
last modified time | relevance | path

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

/third_party/node/src/
Djs_native_api_v8.cc1594 v8::Local<v8::Script> compiled_script = maybe_script.ToLocalChecked(); in OH_JSVM_CompileScript() local
1595 *result = reinterpret_cast<JSVM_Script>(env->NewJsvmData(compiled_script)); in OH_JSVM_CompileScript()
1698 v8::Local<v8::Script> compiled_script = maybe_script.ToLocalChecked(); in OH_JSVM_CompileScriptWithOrigin() local
1699 *result = reinterpret_cast<JSVM_Script>(env->NewJsvmData(compiled_script)); in OH_JSVM_CompileScriptWithOrigin()
1799 v8::Local<v8::Script> compiled_script = maybe_script.ToLocalChecked(); in OH_JSVM_CompileScriptWithOptions() local
1800 *result = reinterpret_cast<JSVM_Script>(env->NewJsvmData(compiled_script)); in OH_JSVM_CompileScriptWithOptions()