Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp1016 …:ScriptFunction *GetWrappingLambdaParentFunction(public_lib::Context *ctx, ir::Expression *funcRef, in GetWrappingLambdaParentFunction()
1063 …r::ArrowFunctionExpression *CreateWrappingLambda(public_lib::Context *ctx, ir::Expression *funcRef) in CreateWrappingLambda()
1092 …ambdaInfo GenerateLambdaInfoForFunctionReference(public_lib::Context *ctx, ir::Expression *funcRef, in GenerateLambdaInfoForFunctionReference()
1121 static ir::AstNode *ConvertFunctionReference(public_lib::Context *ctx, ir::Expression *funcRef) in ConvertFunctionReference()
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp1275 auto funcRef = DebuggerApi::GenerateFuncFromBuffer(vm_, dest.data(), dest.size(), in EvaluateOnCallFrame() local
1674 Local<FunctionRef> funcRef = FunctionRef::Undefined(vm_); in ProcessSingleBreakpoint() local
1873 auto funcRef = DebuggerApi::GenerateFuncFromBuffer(vm_, dest.data(), dest.size(), in CallFunctionOn() local
2526 Local<FunctionRef> funcRef = in CheckAndGenerateCondFunc() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp863 Local<JSValueRef> DebuggerApi::EvaluateViaFuncCall(EcmaVM *ecmaVm, Local<FunctionRef> funcRef, in EvaluateViaFuncCall()
882 Local<JSValueRef> DebuggerApi::CallFunctionOnCall(EcmaVM *ecmaVm, Local<FunctionRef> funcRef, in CallFunctionOnCall()