Home
last modified time | relevance | path

Searched refs:CallJsProxy (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_global_test.cpp104 HWTEST_F_L0(BuiltinsGlobalTest, CallJsProxy) in HWTEST_F_L0() argument
117 JSTaggedValue result = BuiltinsGlobal::CallJsProxy(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.h124 static JSTaggedValue CallJsProxy(EcmaRuntimeCallInfo *msg);
Dbuiltins_global.cpp690 JSTaggedValue BuiltinsGlobal::CallJsProxy(EcmaRuntimeCallInfo *msg) in CallJsProxy() function in panda::ecmascript::builtins::BuiltinsGlobal
693 BUILTINS_API_TRACE(thread, Global, CallJsProxy); in CallJsProxy()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp588 reinterpret_cast<void *>(builtins::BuiltinsGlobal::CallJsProxy),
Druntime_call_id.h438 V(Global, CallJsProxy) \