Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp845 auto funcRef = DebuggerApi::GenerateFuncFromBuffer(vm_, dest.data(), dest.size(), in EvaluateOnCallFrame() local
1075 Local<FunctionRef> funcRef = FunctionRef::Undefined(vm_); in ProcessSingleBreakpoint() local
1265 auto funcRef = DebuggerApi::GenerateFuncFromBuffer(vm_, dest.data(), dest.size(), in CallFunctionOn() local
1807 Local<FunctionRef> funcRef = in CheckAndGenerateCondFunc() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp834 Local<JSValueRef> DebuggerApi::EvaluateViaFuncCall(EcmaVM *ecmaVm, Local<FunctionRef> funcRef, in EvaluateViaFuncCall()
853 Local<JSValueRef> DebuggerApi::CallFunctionOnCall(EcmaVM *ecmaVm, Local<FunctionRef> funcRef, in CallFunctionOnCall()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp385 Local<FunctionRef> funcRef = maybeFuncRef; in LoadNativeModule() local