Home
last modified time | relevance | path

Searched refs:IsJSLocale (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_locale.cpp55 if (!tag->IsJSLocale()) { in LocaleConstructor()
90 if (!loc->IsJSLocale()) { in Maximize()
122 if (!loc->IsJSLocale()) { in Minimize()
156 if (!loc->IsJSLocale()) { in ToString()
172 if (!loc->IsJSLocale()) { in GetBaseName()
192 if (!loc->IsJSLocale()) { in GetCalendar()
210 if (!loc->IsJSLocale()) { in GetCaseFirst()
227 if (!loc->IsJSLocale()) { in GetCollation()
244 if (!loc->IsJSLocale()) { in GetHourCycle()
262 if (!loc->IsJSLocale()) { in GetNumeric()
[all...]
/arkcompiler/ets_runtime/ecmascript/intl/
H A Dlocale_helper.cpp74 } else if (locales->IsJSLocale()) { in CanonicalizeLocaleList()
135 if (kValue->IsJSLocale()) { in CanonicalizeHelper()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_locale_test.cpp63 EXPECT_TRUE(result.IsJSLocale()); in HWTEST_F_L0()
357 EXPECT_TRUE(result.IsJSLocale()); in JSLocaleCreateWithOptionsTagsTest()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value-inl.h444 inline bool JSTaggedValue::IsJSLocale() const in IsJSLocale() function in panda::ecmascript::JSTaggedValue
446 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSLocale(); in IsJSLocale()
H A Djs_tagged_value.h614 bool IsJSLocale() const;
H A Djs_locale.h166 ASSERT(JSTaggedValue(object).IsJSLocale());
H A Djs_hclass.h1088 inline bool IsJSLocale() const in IsJSLocale() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp1424 EXPECT_FALSE(tag->IsJSLocale(vm_)); in HWTEST_F_L0()
H A Dffi_workload.cpp980 JSNApiHelper::ToLocal<ObjectRef>(argumentTag)->IsJSLocale(vm_); in HWTEST_F_L0()
983 TEST_TIME(JSValueRef::IsJSLocale); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h570 bool IsJSLocale(const EcmaVM *vm);
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp461 if (tagged->IsJSLocale(ecmaVm)) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp833 bool JSValueRef::IsJSLocale(const EcmaVM *vm) in IsJSLocale() function in panda::JSValueRef
836 return JSNApiHelper::ToJSTaggedValue(this).IsJSLocale(); in IsJSLocale()

Completed in 45 milliseconds