Home
last modified time | relevance | path

Searched refs:IsJSIntl (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_intl.h26 ASSERT(JSTaggedValue(object).IsJSIntl()); in Cast()
Djs_tagged_value-inl.h651 inline bool JSTaggedValue::IsJSIntl() const in IsJSIntl() function
653 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSIntl(); in IsJSIntl()
Djs_tagged_value.h623 bool IsJSIntl() const;
Djs_hclass.h834 inline bool IsJSIntl() const in IsJSIntl() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h468 bool IsJSIntl();
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3341 bool JSValueRef::IsJSIntl() in IsJSIntl() function in panda::JSValueRef
3343 return JSNApiHelper::ToJSTaggedValue(this).IsJSIntl(); in IsJSIntl()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp412 if (tagged->IsJSIntl()) { in DescriptionForObject()