Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-array-buffer.h337 inline uint32_t GetExternalBackingStoreRefForDeserialization() const;
Djs-array-buffer-inl.h264 uint32_t JSTypedArray::GetExternalBackingStoreRefForDeserialization() const { in GetExternalBackingStoreRefForDeserialization() function
/third_party/node/deps/v8/src/snapshot/
Ddeserializer.cc437 typed_array.GetExternalBackingStoreRefForDeserialization(); in PostProcessNewJSReceiver()