Searched refs:NewBackingStore (Results 1 – 3 of 3) sorted by relevance
5319 static std::unique_ptr<BackingStore> NewBackingStore(Isolate* isolate,5329 static std::unique_ptr<BackingStore> NewBackingStore(5802 static std::unique_ptr<BackingStore> NewBackingStore(Isolate* isolate,5812 static std::unique_ptr<BackingStore> NewBackingStore(
7638 std::unique_ptr<v8::BackingStore> v8::ArrayBuffer::NewBackingStore( in NewBackingStore() function in v8::v8::ArrayBuffer7641 LOG_API(i_isolate, ArrayBuffer, NewBackingStore); in NewBackingStore()7655 std::unique_ptr<v8::BackingStore> v8::ArrayBuffer::NewBackingStore( in NewBackingStore() function in v8::v8::ArrayBuffer7967 std::unique_ptr<v8::BackingStore> v8::SharedArrayBuffer::NewBackingStore( in NewBackingStore() function in v8::v8::SharedArrayBuffer7970 LOG_API(i_isolate, SharedArrayBuffer, NewBackingStore); in NewBackingStore()7984 std::unique_ptr<v8::BackingStore> v8::SharedArrayBuffer::NewBackingStore( in NewBackingStore() function in v8::v8::SharedArrayBuffer
2661 ArrayBuffer::NewBackingStore( in ReadBuffer()