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.h711 inline bool JSTaggedValue::IsJSDisplayNames() const in IsJSDisplayNames() function
713 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSDisplayNames(); in IsJSDisplayNames()
Djs_tagged_value.h577 bool IsJSDisplayNames() const;
Djs_hclass.h976 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()