 Chromium Code Reviews
 Chromium Code Reviews Issue 13958007:
  First cut at API for ES6 ArrayBuffers  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 13958007:
  First cut at API for ES6 ArrayBuffers  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/factory.h | 
| diff --git a/src/factory.h b/src/factory.h | 
| index b6bfa8ae4678e957c9b2911ff379eabb70706a2b..caac78df476956417ea5a21944eb35a82fd0a837 100644 | 
| --- a/src/factory.h | 
| +++ b/src/factory.h | 
| @@ -313,6 +313,8 @@ class Factory { | 
| uint32_t length, | 
| EnsureElementsMode mode); | 
| + Handle<JSArrayBuffer> NewJSArrayBuffer(); | 
| + | 
| Handle<JSProxy> NewJSProxy(Handle<Object> handler, Handle<Object> prototype); | 
| // Change the type of the argument into a JS object/function and reinitialize. |