Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp844 …:ScriptFunction *GetWrappingLambdaParentFunction(public_lib::Context *ctx, ir::Expression *funcRef, in GetWrappingLambdaParentFunction()
888 …r::ArrowFunctionExpression *CreateWrappingLambda(public_lib::Context *ctx, ir::Expression *funcRef) in CreateWrappingLambda()
920 static ir::AstNode *ConvertFunctionReference(public_lib::Context *ctx, ir::Expression *funcRef) in ConvertFunctionReference()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1179 auto funcRef = DebuggerApi::GenerateFuncFromBuffer(vm_, dest.data(), dest.size(), in EvaluateOnCallFrame() local
1500 Local<FunctionRef> funcRef = FunctionRef::Undefined(vm_); in ProcessSingleBreakpoint() local
1699 auto funcRef = DebuggerApi::GenerateFuncFromBuffer(vm_, dest.data(), dest.size(), in CallFunctionOn() local
2257 Local<FunctionRef> funcRef = in CheckAndGenerateCondFunc() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp837 Local<JSValueRef> DebuggerApi::EvaluateViaFuncCall(EcmaVM *ecmaVm, Local<FunctionRef> funcRef, in EvaluateViaFuncCall()
856 Local<JSValueRef> DebuggerApi::CallFunctionOnCall(EcmaVM *ecmaVm, Local<FunctionRef> funcRef, in CallFunctionOnCall()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp350 Local<FunctionRef> funcRef = maybeFuncRef; in LoadNativeModuleImpl() local