Home
last modified time | relevance | path

Searched refs:script_result (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc277 v8::MaybeLocal<v8::Value> script_result = script->Run(context); in TakeSnapshot() local
279 if (script_result.IsEmpty() || in TakeSnapshot()
280 !script_result.ToLocalChecked()->ToObject(context).ToLocal( in TakeSnapshot()
/third_party/node/src/
H A Djs_native_api_v8.cc1905 auto script_result = v8script->Run(env->context()); in OH_JSVM_RunScript() local
1906 CHECK_MAYBE_EMPTY(env, script_result, JSVM_GENERIC_FAILURE); in OH_JSVM_RunScript()
1907 *result = v8impl::JsValueFromV8LocalValue(script_result.ToLocalChecked()); in OH_JSVM_RunScript()

Completed in 11 milliseconds