Home | History | Annotate | Download | only in src

Lines Matching full:shared_array_buffers_

2636     for (size_t index = 0; index < shared_array_buffers_.size(); ++index) {
2637 if (shared_array_buffers_[index] == shared_array_buffer) {
2642 size_t index = shared_array_buffers_.size();
2643 shared_array_buffers_.emplace_back(isolate_, shared_array_buffer);
2716 for (const auto& global_shared_array_buffer : shared_array_buffers_) {
2730 std::vector<Global<SharedArrayBuffer>> shared_array_buffers_;