Home
last modified time | relevance | path

Searched refs:IsJSListFormat (Results 1 – 12 of 12) 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.h716 inline bool JSTaggedValue::IsJSListFormat() const in IsJSListFormat() function
718 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSListFormat(); in IsJSListFormat()
Djs_tagged_value.h578 bool IsJSListFormat() const;
Djs_hclass.h981 inline bool IsJSListFormat() const in IsJSListFormat() function
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_list_format_first_test.cpp82 EXPECT_TRUE(result.IsJSListFormat()); in HWTEST_F_L0()
107 EXPECT_TRUE(result.IsJSListFormat()); in JSListFormatCreateWithOptionTest()
Dbuiltins_list_format_second_test.cpp86 EXPECT_TRUE(result.IsJSListFormat()); in JSListFormatCreateWithOptionTest()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/
Djsvaluerefismodulenamespace_fuzzer.cpp162 object->IsJSListFormat(); in IsJSListFormatFuzztest()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h466 bool IsJSListFormat();
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp689 bool JSValueRef::IsJSListFormat() in IsJSListFormat() function in panda::JSValueRef
691 return JSNApiHelper::ToJSTaggedValue(this).IsJSListFormat(); in IsJSListFormat()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp449 if (tagged->IsJSListFormat()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp3896 ASSERT_FALSE(object->IsJSListFormat()); in HWTEST_F_L0()
3899 TEST_TIME(JSValueRef::IsJSListFormat); in HWTEST_F_L0()