Home
last modified time | relevance | path

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

/external/v8/src/
Dvalue-serializer.h189 uint32_t GetWireFormatVersion() const { return version_; } in GetWireFormatVersion() function
Dapi.cc3294 uint32_t ValueDeserializer::GetWireFormatVersion() const { in GetWireFormatVersion() function in v8::ValueDeserializer
3296 return private_->deserializer.GetWireFormatVersion(); in GetWireFormatVersion()
3303 if (GetWireFormatVersion() > 0) { in ReadValue()
/external/v8/include/
Dv8.h1896 uint32_t GetWireFormatVersion() const;