Home
last modified time | relevance | path

Searched refs:FitsRepresentation (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/parsing/
Djson-parser.h414 if (value->FitsRepresentation(expected_representation)) { in ParseJsonObject()
/external/v8/src/
Dobjects-inl.h333 DCHECK(object->FitsRepresentation(representation)); in WrapForRead()
1132 bool Object::FitsRepresentation(Representation representation) { in FitsRepresentation() function
Dobjects.h1099 inline bool FitsRepresentation(Representation representation);
Dobjects.cc9773 return value->FitsRepresentation(details.representation()) && in CanHoldValue()
9778 value->FitsRepresentation(details.representation())); in CanHoldValue()