Home
last modified time | relevance | path

Searched refs:IsProtoChangeMarker (Results 1 – 7 of 7) sorted by relevance

/ark/js_runtime/ecmascript/ic/
Dproto_change_details.h30 ASSERT(JSTaggedValue(object).IsProtoChangeMarker()); in Cast()
Dic_runtime_stub-inl.h226 ASSERT(cellValue.IsProtoChangeMarker()); in StorePrototype()
326 ASSERT(cellValue.IsProtoChangeMarker()); in LoadPrototype()
415 ASSERT(cellValue.IsProtoChangeMarker()); in StoreElement()
/ark/js_runtime/ecmascript/tests/
Djs_object_test.cpp1007 EXPECT_TRUE(resultMarker->IsProtoChangeMarker()); in HWTEST_F_L0()
1014 EXPECT_TRUE(obj2Marker.IsProtoChangeMarker()); in HWTEST_F_L0()
1019 EXPECT_TRUE(!obj1Marker.IsProtoChangeMarker()); in HWTEST_F_L0()
1079 EXPECT_TRUE(result3Marker->IsProtoChangeMarker()); in HWTEST_F_L0()
1081 EXPECT_TRUE(result5Marker->IsProtoChangeMarker()); in HWTEST_F_L0()
1084 EXPECT_TRUE(obj4Dynclass->GetProtoChangeMarker().IsProtoChangeMarker()); in HWTEST_F_L0()
1085 EXPECT_TRUE(!obj6Dynclass->GetProtoChangeMarker().IsProtoChangeMarker()); in HWTEST_F_L0()
1088 EXPECT_TRUE(result7Marker->IsProtoChangeMarker()); in HWTEST_F_L0()
1182 EXPECT_TRUE(obj6Marker.IsProtoChangeMarker()); in HWTEST_F_L0()
1187 EXPECT_TRUE(obj4Marker.IsProtoChangeMarker()); in HWTEST_F_L0()
[all …]
/ark/js_runtime/ecmascript/
Djs_hclass.cpp329 if (protoChangeMarker.IsProtoChangeMarker()) { in EnableProtoChangeMarker()
443 if (markerValue.IsProtoChangeMarker()) { in NoticeRegisteredUser()
Djs_tagged_value-inl.h846 inline bool JSTaggedValue::IsProtoChangeMarker() const in IsProtoChangeMarker() function
848 return IsHeapObject() && GetTaggedObject()->GetClass()->IsProtoChangeMarker(); in IsProtoChangeMarker()
Djs_tagged_value.h336 bool IsProtoChangeMarker() const;
Djs_hclass.h718 inline bool IsProtoChangeMarker() const in IsProtoChangeMarker() function