Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_serdes.cc81 static void GetWireFormatVersion(const FunctionCallbackInfo<Value>& args);
382 void DeserializerContext::GetWireFormatVersion( in GetWireFormatVersion() function in node::serdes::DeserializerContext
387 args.GetReturnValue().Set(ctx->deserializer_.GetWireFormatVersion()); in GetWireFormatVersion()
500 DeserializerContext::GetWireFormatVersion); in Initialize()
532 registry->Register(DeserializerContext::GetWireFormatVersion); in RegisterExternalReferences()
/third_party/node/deps/v8/include/
Dv8-value-serializer.h257 uint32_t GetWireFormatVersion() const;
/third_party/node/deps/v8/src/objects/
Dvalue-serializer.h210 uint32_t GetWireFormatVersion() const { return version_; } in GetWireFormatVersion() function
/third_party/node/deps/v8/src/api/
Dapi.cc3478 if (GetWireFormatVersion() < kMinimumNonLegacyVersion && in ReadHeader()
3494 uint32_t ValueDeserializer::GetWireFormatVersion() const { in GetWireFormatVersion() function in v8::ValueDeserializer
3495 return private_->deserializer.GetWireFormatVersion(); in GetWireFormatVersion()
3501 if (GetWireFormatVersion() > 0) { in ReadValue()