Searched refs:ToJSON (Results 1 – 6 of 6) sorted by relevance
142 static JSTaggedValue ToJSON(EcmaRuntimeCallInfo *argv);
163 JSTaggedValue BuiltinsDate::ToJSON(EcmaRuntimeCallInfo *argv) in ToJSON() function in panda::ecmascript::builtins::BuiltinsDate166 BUILTINS_API_TRACE(argv->GetThread(), Date, ToJSON); in ToJSON()
949 SetFunction(env, dateFuncPrototype, "toJSON", Date::ToJSON, FunctionLength::ONE); in InitializeDate()
810 HWTEST_F_L0(BuiltinsDateTest, ToJSON) in HWTEST_F_L0() argument822 JSTaggedValue result1 = BuiltinsDate::ToJSON(ecmaRuntimeCallInfo); in HWTEST_F_L0()835 result1 = BuiltinsDate::ToJSON(ecmaRuntimeCallInfo); in HWTEST_F_L0()851 JSTaggedValue result1 = BuiltinsDate::ToJSON(ecmaRuntimeCallInfo); in HWTEST_F_L0()
354 V(Date, ToJSON) \
287 reinterpret_cast<uintptr_t>(Date::ToJSON),