Home
last modified time | relevance | path

Searched refs:IsJSListFormat (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_list_format.cpp92 if (!thisValue->IsJSListFormat()) { in Format()
119 if (!thisValue->IsJSListFormat()) { in FormatToParts()
148 if (!thisValue->IsJSListFormat()) { in ResolvedOptions()
/arkcompiler/ets_runtime/ecmascript/
Djs_list_format.h45 CAST_CHECK(JSListFormat, IsJSListFormat);
Djs_tagged_value-inl.h686 inline bool JSTaggedValue::IsJSListFormat() const in IsJSListFormat() function
688 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSListFormat(); in IsJSListFormat()
Djs_tagged_value.h628 bool IsJSListFormat() const;
Djs_hclass.h869 inline bool IsJSListFormat() const in IsJSListFormat() function
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_list_format_test.cpp82 EXPECT_TRUE(result.IsJSListFormat()); in HWTEST_F_L0()
107 EXPECT_TRUE(result.IsJSListFormat()); in JSListFormatCreateWithOptionTest()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h472 bool IsJSListFormat();
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3361 bool JSValueRef::IsJSListFormat() in IsJSListFormat() function in panda::JSValueRef
3363 return JSNApiHelper::ToJSTaggedValue(this).IsJSListFormat(); in IsJSListFormat()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp424 if (tagged->IsJSListFormat()) { in DescriptionForObject()