Searched refs:CallJsProxy (Results 1 – 5 of 5) sorted by relevance
104 HWTEST_F_L0(BuiltinsGlobalTest, CallJsProxy) in HWTEST_F_L0() argument117 JSTaggedValue result = BuiltinsGlobal::CallJsProxy(ecmaRuntimeCallInfo); in HWTEST_F_L0()
124 static JSTaggedValue CallJsProxy(EcmaRuntimeCallInfo *msg);
690 JSTaggedValue BuiltinsGlobal::CallJsProxy(EcmaRuntimeCallInfo *msg) in CallJsProxy() function in panda::ecmascript::builtins::BuiltinsGlobal693 BUILTINS_API_TRACE(thread, Global, CallJsProxy); in CallJsProxy()
588 reinterpret_cast<void *>(builtins::BuiltinsGlobal::CallJsProxy),
438 V(Global, CallJsProxy) \