V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::ValueDeserializer Class Reference

Public Member Functions

 ValueDeserializer (Isolate *isolate, Vector< const uint8_t > data, v8::ValueDeserializer::Delegate *delegate)
 
Maybe< boolReadHeader () V8_WARN_UNUSED_RESULT
 
uint32_t GetWireFormatVersion () const
 
MaybeHandle< ObjectReadObject () V8_WARN_UNUSED_RESULT
 
MaybeHandle< ObjectReadObjectUsingEntireBufferForLegacyFormat () V8_WARN_UNUSED_RESULT
 
void TransferArrayBuffer (uint32_t transfer_id, Handle< JSArrayBuffer > array_buffer)
 
bool ReadUint32 (uint32_t *value) V8_WARN_UNUSED_RESULT
 
bool ReadUint64 (uint64_t *value) V8_WARN_UNUSED_RESULT
 
bool ReadDouble (double *value) V8_WARN_UNUSED_RESULT
 
bool ReadRawBytes (size_t length, const void **data) V8_WARN_UNUSED_RESULT
 
void set_expect_inline_wasm (bool expect_inline_wasm)
 

Detailed Description

Definition at line 185 of file value-serializer.h.


The documentation for this class was generated from the following files: