Home
last modified time | relevance | path

Searched refs:IsJSNumberFormat (Results 1 – 13 of 13) 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.h696 inline bool JSTaggedValue::IsJSNumberFormat() const in IsJSNumberFormat() function
698 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSNumberFormat(); in IsJSNumberFormat()
Djs_tagged_value.h574 bool IsJSNumberFormat() const;
Djs_number_format.cpp882 bool isJSNumberFormat = nf->IsJSNumberFormat(); in UnwrapNumberFormat()
Djs_hclass.h961 inline bool IsJSNumberFormat() const in IsJSNumberFormat() function
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/
Djsvaluerefismodulenamespace_fuzzer.cpp260 number->IsJSNumberFormat(); in IsJSNumberFormatFuzztest()
/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.cpp194 } else if (value->IsJSNumberFormat()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h463 bool IsJSNumberFormat();
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp674 bool JSValueRef::IsJSNumberFormat() in IsJSNumberFormat() function in panda::JSValueRef
676 return JSNApiHelper::ToJSTaggedValue(this).IsJSNumberFormat(); in IsJSNumberFormat()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp1530 JSNApiHelper::ToLocal<JSValueRef>(jsTaggedValue)->IsJSNumberFormat(); in HWTEST_F_L0()
1533 TEST_TIME(JSValueRef::IsJSNumberFormat); in HWTEST_F_L0()
1534 …G_(INFO) << std::boolalpha << JSNApiHelper::ToLocal<JSValueRef>(jsTaggedValue)->IsJSNumberFormat(); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp440 if (tagged->IsJSNumberFormat()) { in DescriptionForObject()