Deserialize bytes back to a V8 value using V8’s built-in ValueDeserializer.
The bytes must have been produced by serialize_v8_value() or node:v8.serialize().
External references for V8 snapshot serialization.
Maps function pointer indices in the snapshot to current addresses.
Must be identical at snapshot creation and restore time.
Replace stub bridge functions on a snapshot-restored context with real
session-local bridge functions. Overwrites the 38 stub globals with
functions backed by session-local BridgeCallContext.
Serialize a V8 value to bytes using V8’s built-in ValueSerializer.
Handles all V8 types natively: primitives, strings, arrays, objects,
Uint8Array, Date, Map, Set, RegExp, Error, and circular references.
When CBOR codec is active, uses ciborium instead.