Searched defs:funcRef (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_module_source_text.cpp | 413 Local<FunctionRef> funcRef = maybeFuncRef; in LoadNativeModuleImpl() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | lambdaLowering.cpp | 925 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 D | debugger_api.cpp | 849 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 D | debugger_impl.cpp | 1088 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 17 milliseconds