Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dmap-updater.cc483 if (!old_representation.CanBeInPlaceChangedTo(new_representation_)) { in TryReconfigureToDataFieldInplace()
667 if (!tmp_representation.CanBeInPlaceChangedTo(generalized)) { in FindTargetMap()
1149 details.representation().CanBeInPlaceChangedTo(new_representation)); in UpdateFieldType()
Dproperty-details.h159 bool CanBeInPlaceChangedTo(const Representation& other) const { in CanBeInPlaceChangedTo() function
/third_party/node/deps/v8/src/json/
Djson-parser.cc523 if (!expected_representation.CanBeInPlaceChangedTo(representation)) { in BuildJsonObject()