Home
last modified time | relevance | path

Searched refs:ToJSON (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.h142 static JSTaggedValue ToJSON(EcmaRuntimeCallInfo *argv);
Dbuiltins_date.cpp163 JSTaggedValue BuiltinsDate::ToJSON(EcmaRuntimeCallInfo *argv) in ToJSON() function in panda::ecmascript::builtins::BuiltinsDate
166 BUILTINS_API_TRACE(argv->GetThread(), Date, ToJSON); in ToJSON()
Dbuiltins.cpp949 SetFunction(env, dateFuncPrototype, "toJSON", Date::ToJSON, FunctionLength::ONE); in InitializeDate()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_test.cpp810 HWTEST_F_L0(BuiltinsDateTest, ToJSON) in HWTEST_F_L0() argument
822 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()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h354 V(Date, ToJSON) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp287 reinterpret_cast<uintptr_t>(Date::ToJSON),