Lines Matching defs:msg
66 JSTaggedValue BuiltinsGlobal::NotSupportEval(EcmaRuntimeCallInfo *msg) in NotSupportEval()
75 JSTaggedValue BuiltinsGlobal::IsFinite(EcmaRuntimeCallInfo *msg) in IsFinite()
94 JSTaggedValue BuiltinsGlobal::IsNaN(EcmaRuntimeCallInfo *msg) in IsNaN()
157 JSTaggedValue BuiltinsGlobal::DecodeURI(EcmaRuntimeCallInfo *msg) in DecodeURI()
173 JSTaggedValue BuiltinsGlobal::EncodeURI(EcmaRuntimeCallInfo *msg) in EncodeURI()
190 JSTaggedValue BuiltinsGlobal::DecodeURIComponent(EcmaRuntimeCallInfo *msg) in DecodeURIComponent()
206 JSTaggedValue BuiltinsGlobal::EncodeURIComponent(EcmaRuntimeCallInfo *msg) in EncodeURIComponent()
667 JSTaggedValue BuiltinsGlobal::PrintEntrypoint(EcmaRuntimeCallInfo *msg) in PrintEntrypoint()
690 JSTaggedValue BuiltinsGlobal::MarkModuleCollectable(EcmaRuntimeCallInfo *msg) in MarkModuleCollectable()
710 JSTaggedValue BuiltinsGlobal::LoadNativeModule(EcmaRuntimeCallInfo *msg) in LoadNativeModule()
765 JSTaggedValue BuiltinsGlobal::CallJsBoundFunction(EcmaRuntimeCallInfo *msg) in CallJsBoundFunction()
778 JSTaggedValue BuiltinsGlobal::CallJsProxy(EcmaRuntimeCallInfo *msg) in CallJsProxy()
794 JSTaggedValue BuiltinsGlobal::StartRuntimeStat(EcmaRuntimeCallInfo *msg) in StartRuntimeStat()
804 JSTaggedValue BuiltinsGlobal::StopRuntimeStat(EcmaRuntimeCallInfo *msg) in StopRuntimeStat()
816 JSTaggedValue BuiltinsGlobal::PrintOptStat(EcmaRuntimeCallInfo *msg) in PrintOptStat()
828 JSTaggedValue BuiltinsGlobal::PrintMegaICStat(EcmaRuntimeCallInfo *msg) in PrintMegaICStat()
840 JSTaggedValue BuiltinsGlobal::PrintFunctionCallStat(EcmaRuntimeCallInfo *msg) in PrintFunctionCallStat()
852 JSTaggedValue BuiltinsGlobal::Escape(EcmaRuntimeCallInfo *msg) in Escape()
909 JSTaggedValue BuiltinsGlobal::Unescape(EcmaRuntimeCallInfo *msg) in Unescape()
987 JSTaggedValue BuiltinsGlobal::GetCurrentModuleName(EcmaRuntimeCallInfo *msg) in GetCurrentModuleName()
1002 JSTaggedValue BuiltinsGlobal::GetCurrentBundleName(EcmaRuntimeCallInfo *msg) in GetCurrentBundleName()
1018 JSTaggedValue BuiltinsGlobal::IsSendable(EcmaRuntimeCallInfo *msg) in IsSendable()