Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1090 auto funcRef = DebuggerApi::GenerateFuncFromBuffer(vm_, dest.data(), dest.size(), in EvaluateOnCallFrame() local
1356 Local<FunctionRef> funcRef = FunctionRef::Undefined(vm_); in ProcessSingleBreakpoint() local
1555 auto funcRef = DebuggerApi::GenerateFuncFromBuffer(vm_, dest.data(), dest.size(), in CallFunctionOn() local
2113 Local<FunctionRef> funcRef = in CheckAndGenerateCondFunc() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp922 …r::ArrowFunctionExpression *CreateWrappingLambda(public_lib::Context *ctx, ir::Expression *funcRef) in CreateWrappingLambda()
981 static ir::AstNode *ConvertFunctionReference(public_lib::Context *ctx, ir::Expression *funcRef) in ConvertFunctionReference()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp849 Local<JSValueRef> DebuggerApi::EvaluateViaFuncCall(EcmaVM *ecmaVm, Local<FunctionRef> funcRef, in EvaluateViaFuncCall()
868 Local<JSValueRef> DebuggerApi::CallFunctionOnCall(EcmaVM *ecmaVm, Local<FunctionRef> funcRef, in CallFunctionOnCall()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp411 Local<FunctionRef> funcRef = maybeFuncRef; in LoadNativeModuleImpl() local