Searched refs:set_backing_store (Results 1 – 5 of 5) sorted by relevance
59 set_backing_store(GetIsolate(), EmptyBackingStoreBuffer()); in Setup()82 set_backing_store(isolate, EmptyBackingStoreBuffer()); in Attach()85 set_backing_store(isolate, backing_store->buffer_start()); in Attach()102 extension->set_backing_store(std::move(backing_store)); in Attach()132 set_backing_store(isolate, EmptyBackingStoreBuffer()); in Detach()
43 inline void set_backing_store(Isolate* isolate, void* value);212 void set_backing_store(std::shared_ptr<BackingStore> backing_store) { in set_backing_store() function
43 void JSArrayBuffer::set_backing_store(Isolate* isolate, void* value) { in set_backing_store() function
582 buffer.set_backing_store(isolate(), backing_store); in SerializeJSArrayBuffer()
451 buffer.set_backing_store(main_thread_isolate(), in PostProcessNewJSReceiver()