Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-array-buffer.h338 inline void SetExternalBackingStoreRefForSerialization(uint32_t ref);
Djs-array-buffer-inl.h269 void JSTypedArray::SetExternalBackingStoreRefForSerialization(uint32_t ref) { in SetExternalBackingStoreRefForSerialization() function
/third_party/node/deps/v8/src/snapshot/
Dserializer.cc539 typed_array.SetExternalBackingStoreRefForSerialization(ref); in SerializeJSTypedArray()
541 typed_array.SetExternalBackingStoreRefForSerialization(0); in SerializeJSTypedArray()