Home
last modified time | relevance | path

Searched refs:IsJSNumberFormat (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_number_format.cpp149 if (!nf->IsJSNumberFormat()) { in FormatToParts()
177 if (!nf->IsJSNumberFormat()) { in ResolvedOptions()
205 ASSERT(nf->IsJSObject() && nf->IsJSNumberFormat()); in NumberFormatInternalFormatNumber()
/arkcompiler/ets_runtime/ecmascript/
Djs_number_format.h55 CAST_CHECK(JSNumberFormat, IsJSNumberFormat);
Djs_tagged_value-inl.h666 inline bool JSTaggedValue::IsJSNumberFormat() const in IsJSNumberFormat() function
668 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSNumberFormat(); in IsJSNumberFormat()
Djs_tagged_value.h624 bool IsJSNumberFormat() const;
Djs_hclass.h849 inline bool IsJSNumberFormat() const in IsJSNumberFormat() function
Djs_number_format.cpp880 bool isJSNumberFormat = nf->IsJSNumberFormat(); in UnwrapNumberFormat()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_number_format_test.cpp83 EXPECT_TRUE(result.IsJSNumberFormat()); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp228 } else if (value->IsJSNumberFormat()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h469 bool IsJSNumberFormat();
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3346 bool JSValueRef::IsJSNumberFormat() in IsJSNumberFormat() function in panda::JSValueRef
3348 return JSNApiHelper::ToJSTaggedValue(this).IsJSNumberFormat(); in IsJSNumberFormat()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp415 if (tagged->IsJSNumberFormat()) { in DescriptionForObject()