Home
last modified time | relevance | path

Searched refs:protector_cell (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-call-gen.cc376 TNode<PropertyCell> protector_cell = ArrayIteratorProtectorConstant(); in CallOrConstructWithSpread() local
378 TaggedEqual(LoadObjectField(protector_cell, PropertyCell::kValueOffset), in CallOrConstructWithSpread()
Dbuiltins-collections-gen.cc961 TNode<PropertyCell> protector_cell = MapIteratorProtectorConstant(); in BranchIfMapIteratorProtectorValid() local
964 TaggedEqual(LoadObjectField(protector_cell, PropertyCell::kValueOffset), in BranchIfMapIteratorProtectorValid()
1020 const TNode<PropertyCell> protector_cell = SetIteratorProtectorConstant(); in BranchIfSetIteratorProtectorValid() local
1023 TaggedEqual(LoadObjectField(protector_cell, PropertyCell::kValueOffset), in BranchIfSetIteratorProtectorValid()
Dbuiltins-string-gen.cc1512 TNode<PropertyCell> protector_cell = StringIteratorProtectorConstant(); in BranchIfStringPrimitiveWithNoCustomIteration() local
1515 TaggedEqual(LoadObjectField(protector_cell, PropertyCell::kValueOffset), in BranchIfStringPrimitiveWithNoCustomIteration()