Home
last modified time | relevance | path

Searched refs:SupportsSharedValues (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-value-serializer.h73 * called if SupportsSharedValues() returns true.
75 virtual bool SupportsSharedValues() const;
200 * called if SupportsSharedValues() returns true.
202 virtual bool SupportsSharedValues() const;
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc263 supports_shared_values_(delegate && delegate->SupportsSharedValues()), in ValueSerializer()
1088 DCHECK(delegate_->SupportsSharedValues()); in WriteSharedObject()
1178 supports_shared_values_(delegate && delegate->SupportsSharedValues()), in ValueDeserializer()
2216 DCHECK(delegate_->SupportsSharedValues()); in ReadSharedObject()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc5007 bool SupportsSharedValues() const override { return true; }
5156 bool SupportsSharedValues() const override { return true; }
/third_party/node/deps/v8/src/api/
H A Dapi.cc3325 bool ValueSerializer::Delegate::SupportsSharedValues() const { return false; } in SupportsSharedValues() function in v8::ValueSerializer::Delegate
3425 bool ValueDeserializer::Delegate::SupportsSharedValues() const { return false; } in SupportsSharedValues() function in v8::ValueDeserializer::Delegate

Completed in 34 milliseconds