Home
last modified time | relevance | path

Searched refs:IsJSDisplayNames (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_displaynames.cpp90 if (!thisValue->IsJSDisplayNames()) { in Of()
133 if (!thisValue->IsJSDisplayNames()) { in ResolvedOptions()
/arkcompiler/ets_runtime/ecmascript/
Djs_displaynames.h60 CAST_CHECK(JSDisplayNames, IsJSDisplayNames);
Djs_tagged_value-inl.h681 inline bool JSTaggedValue::IsJSDisplayNames() const in IsJSDisplayNames() function
683 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSDisplayNames(); in IsJSDisplayNames()
Djs_tagged_value.h627 bool IsJSDisplayNames() const;
Djs_hclass.h864 inline bool IsJSDisplayNames() const in IsJSDisplayNames() function
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_displaynames_test.cpp85 EXPECT_TRUE(result.IsJSDisplayNames()); in JSDisplayNamesCreateWithOptionTest()
120 EXPECT_TRUE(result.IsJSDisplayNames()); in HWTEST_F_L0()