Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.cpp413 Local<FunctionRef> funcRef = maybeFuncRef; in LoadNativeModuleImpl() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp925 static ir::ArrowFunctionExpression *CreateWrappingLambda(public_lib::Context *ctx, ir::Expression *funcRef) in CreateWrappingLambda() argument
984 static ir::AstNode *ConvertFunctionReference(public_lib::Context *ctx, ir::Expression *funcRef) in ConvertFunctionReference() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp849 Local<JSValueRef> DebuggerApi::EvaluateViaFuncCall(EcmaVM *ecmaVm, Local<FunctionRef> funcRef, in EvaluateViaFuncCall() argument
868 Local<JSValueRef> DebuggerApi::CallFunctionOnCall(EcmaVM *ecmaVm, Local<FunctionRef> funcRef, in CallFunctionOnCall() argument
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp1088 auto funcRef = DebuggerApi::GenerateFuncFromBuffer(vm_, dest.data(), dest.size(), in EvaluateOnCallFrame() local
1355 Local<FunctionRef> funcRef = FunctionRef::Undefined(vm_); in ProcessSingleBreakpoint() local
1554 auto funcRef = DebuggerApi::GenerateFuncFromBuffer(vm_, dest.data(), dest.size(), in CallFunctionOn() local
2112 Local<FunctionRef> funcRef in CheckAndGenerateCondFunc() local
[all...]

Completed in 15 milliseconds