Searched defs:funcRef (Results 1 - 9 of 9) sorted by relevance
| /base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
| H A D | napi_util.cpp | 307 napi_value GetReferenceValue(const napi_env env, const napi_ref funcRef)
in GetReferenceValue() argument
|
| /base/account/os_account/interfaces/kits/napi/appaccount/src/ |
| H A D | napi_app_account_authenticator.cpp | 380 CallJsFunction( napi_env env, napi_ref funcRef, napi_value *argv, size_t argc) CallJsFunction() argument
|
| H A D | napi_app_account_common.cpp | 1090 bool GetNamedFunction(napi_env env, napi_value object, const std::string &name, napi_ref &funcRef) in GetNamedFunction() argument
|
| /base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
| H A D | user_auth_napi_helper.cpp | 402 napi_status UserAuthNapiHelper::CallVoidNapiFunc(napi_env env, napi_ref funcRef, size_t argc, const napi_value *argv) in CallVoidNapiFunc() argument
|
| /base/account/os_account/interfaces/kits/napi/common/src/ |
| H A D | napi_account_common.cpp | 461 void NapiCallVoidFunction(napi_env env, napi_value *argv, size_t argc, napi_ref funcRef)
in NapiCallVoidFunction() argument
|
| /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 22 milliseconds