Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dnode_builtins.cc302 MaybeLocal<Function> maybe_fun = in LookupAndCompileInternal() local
314 if (!maybe_fun.ToLocal(&fun)) { in LookupAndCompileInternal()
H A Djs_native_api_v8.cc2203 v8::MaybeLocal<v8::Function> maybe_fun = in OH_JSVM_CreateFunctionWithScript() local
2207 CHECK_MAYBE_EMPTY(env, maybe_fun, JSVM_GENERIC_FAILURE); in OH_JSVM_CreateFunctionWithScript()
2209 v8::Local<v8::Function> func = maybe_fun.ToLocalChecked(); in OH_JSVM_CreateFunctionWithScript()

Completed in 9 milliseconds