Home
last modified time | relevance | path

Searched defs:funcRef (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp426 Local<JSValueRef> DebuggerApi::EvaluateViaFuncCall(EcmaVM *ecmaVm, Local<FunctionRef> funcRef, in EvaluateViaFuncCall()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp706 Local<FunctionRef> funcRef = maybeFuncRef; in LoadNativeModule() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp613 auto funcRef = DebuggerApi::GenerateFuncFromBuffer(vm_, dest.data(), dest.size(), in EvaluateOnCallFrame() local