Home
last modified time | relevance | path

Searched refs:IsDate (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_date.cpp52 if (value->IsDate()) { // The value is a date object. in DateConstructor()
114 if (!msg->IsDate()) { in GetTime()
129 if (!msg->IsDate()) { in SetTime()
179 if (!msg->IsDate()) { in ValueOf()
234 if (!msg->IsDate()) { in ToLocaleString()
315 if (!msg->IsDate()) { in ToLocaleDateString()
396 if (!msg->IsDate()) { in ToLocaleTimeString()
H A Dbuiltins_object.cpp931 } else if (object->IsDate()) { in GetBuiltinObjectToString()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluereffoundationvalue_fuzzer/
H A Djsvaluereffoundationvalue_fuzzer.cpp193 resUnit32->IsDate(vm); in JSValueRefIsDateValueFuzzTest()
194 intValue->IsDate(vm); in JSValueRefIsDateValueFuzzTest()
195 stringUtf8->IsDate(vm); in JSValueRefIsDateValueFuzzTest()
196 dateRef->IsDate(vm); in JSValueRefIsDateValueFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_macros.h300 if (!msg->IsDate()) { \
318 if (!msg->IsDate()) { \
335 if (!msg->IsDate()) { \
352 if (!msg->IsDate()) { \
H A Djs_object-inl.h92 inline bool JSObject::IsDate() const in IsDate() function in panda::ecmascript::JSObject
94 return GetJSHClass()->IsDate(); in IsDate()
H A Djs_date.h92 CAST_CHECK(JSDate, IsDate);
H A Djs_tagged_value-inl.h664 inline bool JSTaggedValue::IsDate() const in IsDate() function in panda::ecmascript::JSTaggedValue
666 return IsHeapObject() && GetTaggedObject()->GetClass()->IsDate(); in IsDate()
H A Djs_tagged_value.h544 bool IsDate() const;
H A Djs_tagged_value.cpp668 if (x->IsDate() && y->IsDate()) { in Compare()
H A Djs_object.h620 bool IsDate() const;
H A Djs_hclass.h1073 inline bool IsDate() const in IsDate() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp7128 intValue->IsDate(vm_); in HWTEST_F_L0()
7131 TEST_TIME(JSValueRef::IsDate::IntegerRef); in HWTEST_F_L0()
7134 resUnit32->IsDate(vm_); in HWTEST_F_L0()
7137 TEST_TIME(JSValueRef::IsDate::NumberRef); in HWTEST_F_L0()
7140 maxBigintUint64->IsDate(vm_); in HWTEST_F_L0()
7143 TEST_TIME(JSValueRef::IsDate::BigIntRef); in HWTEST_F_L0()
7146 stringUtf8->IsDate(vm_); in HWTEST_F_L0()
7149 TEST_TIME(JSValueRef::IsDate::StringRef); in HWTEST_F_L0()
7152 dateRef->IsDate(vm_); in HWTEST_F_L0()
7155 TEST_TIME(JSValueRef::IsDate in HWTEST_F_L0()
[all...]
H A Djsnapi_first_tests.cpp1623 EXPECT_TRUE(data->IsDate(vm_)); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp145 if (tagged->IsDate(ecmaVm)) { in FromTagged()
392 if (tagged->IsDate(ecmaVm)) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h523 bool IsDate(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp559 bool JSValueRef::IsDate(const EcmaVM *vm) in IsDate() function in panda::JSValueRef
562 return JSNApiHelper::ToJSTaggedValue(this).IsDate(); in IsDate()
3198 if (!date->IsDate()) { in GetTime()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp518 EXPECT_TRUE(res->IsDate()) << "[NotJSDate] Deserialize JSDate fail"; in JSDateTest()

Completed in 61 milliseconds