Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1693)

Unified Diff: src/v8.cc

Issue 1069883002: WIP SharedArrayBuffer implementation (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/objects.h ('K') | « src/v8.h ('k') | test/cctest/cctest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.cc
diff --git a/src/v8.cc b/src/v8.cc
index 4c3c023af62f687f272288d495368725f52a5fbf..9ba0e74d8cc9d19136b02bf9d2d39b32a97a2be1 100644
--- a/src/v8.cc
+++ b/src/v8.cc
@@ -36,6 +36,7 @@ V8_DECLARE_ONCE(init_snapshot_once);
#endif
v8::ArrayBuffer::Allocator* V8::array_buffer_allocator_ = NULL;
+v8::SharedArrayBuffer::Allocator* V8::shared_array_buffer_allocator_ = NULL;
v8::Platform* V8::platform_ = NULL;
« src/objects.h ('K') | « src/v8.h ('k') | test/cctest/cctest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698