Home
last modified time | relevance | path

Searched refs:FitsRepresentation (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dobjects.h366 inline bool FitsRepresentation(Representation representation,
H A Dobjects-inl.h530 bool Object::FitsRepresentation(Representation representation, in FitsRepresentation() function in v8::internal::Object
H A Dmap.cc1770 value.FitsRepresentation(details.representation()) && in CanHoldValue()
H A Dvalue-serializer.cc2339 if (value->FitsRepresentation(expected_representation)) { in ReadJSObjectProperties()
H A Dobjects.cc242 DCHECK(object->FitsRepresentation(representation)); in WrapForRead()
/third_party/node/deps/v8/src/runtime/
H A Druntime-classes.cc347 DCHECK(value.FitsRepresentation(details.representation())); in AddDescriptorsByTemplate()
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc520 if (!value->FitsRepresentation(expected_representation)) { in BuildJsonObject()
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.cc347 if (!constant->FitsRepresentation(representation, false)) { in GetOwnFastDataPropertyFromHeap()

Completed in 32 milliseconds