Home
last modified time | relevance | path

Searched refs:JSIntl (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_intl.h22 class JSIntl : public JSObject { class
24 static JSIntl *Cast(TaggedObject *object) in Cast()
27 return static_cast<JSIntl *>(object); in Cast()
H A Djs_relative_time_format.cpp245 JSHandle<JSTaggedValue> key(thread, JSHandle<JSIntl>::Cast(env->GetIntlFunction())->GetFallbackSymbol()); in UnwrapRelativeTimeFormat()
H A Djs_number_format.cpp965 JSHandle<JSTaggedValue> key(thread, JSHandle<JSIntl>::Cast(env->GetIntlFunction())->GetFallbackSymbol()); in UnwrapNumberFormat()
H A Ddump.cpp335 return "JSIntl"; in DumpJSType()
1017 JSIntl::Cast(obj)->Dump(os); in DumpObject()
3254 void JSIntl::Dump(std::ostream &os) const in Dump()
4225 JSIntl::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
5642 void JSIntl::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()
H A Dobject_factory.cpp1192 JSIntl::Cast(*obj)->SetFallbackSymbol(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1194 JSIntl::Cast(*obj)->SetFallbackSymbol(thread_, jsSymbol); in InitializeJSObject()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_relative_time_format.cpp55 JSHandle<JSTaggedValue> key(thread, JSHandle<JSIntl>::Cast(env->GetIntlFunction())->GetFallbackSymbol()); in RelativeTimeFormatConstructor()
H A Dbuiltins_number_format.cpp67 JSHandle<JSTaggedValue> key(thread, JSHandle<JSIntl>::Cast(env->GetIntlFunction())->GetFallbackSymbol()); in NumberFormatConstructor()
H A Dbuiltins_date_time_format.cpp71 JSHandle<JSTaggedValue> key(thread, JSHandle<JSIntl>::Cast(env->GetIntlFunction())->GetFallbackSymbol()); in DateTimeFormatConstructor()
H A Dbuiltins.cpp3235 JSHandle<JSHClass> intlHClass = factory_->NewEcmaHClass(JSIntl::SIZE, JSType::JS_INTL, objFuncPrototypeValue); in InitializeIntl()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dobject_xray.h556 JSIntl::Cast(object)->VisitRangeSlot<visitType>(visitor); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Ddump_test.cpp803 CHECK_DUMP_FIELDS(JSObject::SIZE, JSIntl::SIZE, 1U); in HWTEST_F_L0()
804 NEW_OBJECT_AND_DUMP(JSIntl, JS_INTL); in HWTEST_F_L0()

Completed in 42 milliseconds