Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp652 auto funcRef = DebuggerApi::GenerateFuncFromBuffer(vm_, dest.data(), dest.size(), in EvaluateOnCallFrame() local
883 Local<FunctionRef> funcRef = FunctionRef::Undefined(vm_); in ProcessSingleBreakpoint() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp364 Local<FunctionRef> funcRef = maybeFuncRef; in LoadNativeModule() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp775 Local<JSValueRef> DebuggerApi::EvaluateViaFuncCall(EcmaVM *ecmaVm, Local<FunctionRef> funcRef, in EvaluateViaFuncCall()