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

Unified Diff: src/d8.h

Issue 1092923002: Remove support for externally backed elements from the API (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
« no previous file with comments | « src/api.cc ('k') | src/objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.h
diff --git a/src/d8.h b/src/d8.h
index 1d73c0e1c26bd1489d137d98fee4bf29513ee5a2..9b14c4d87dab1f6eb2eccda5165d036045450efc 100644
--- a/src/d8.h
+++ b/src/d8.h
@@ -385,24 +385,6 @@ class Shell : public i::AllStatic {
static Handle<ObjectTemplate> CreateGlobalTemplate(Isolate* isolate);
static Handle<FunctionTemplate> CreateArrayBufferTemplate(FunctionCallback);
static Handle<FunctionTemplate> CreateArrayTemplate(FunctionCallback);
- static Handle<Value> CreateExternalArrayBuffer(Isolate* isolate,
- Handle<Object> buffer,
- int32_t size);
- static Handle<Object> CreateExternalArray(Isolate* isolate,
- Handle<Object> array,
- Handle<Object> buffer,
- ExternalArrayType type,
- int32_t length,
- int32_t byteLength,
- int32_t byteOffset,
- int32_t element_size);
- static void CreateExternalArray(
- const v8::FunctionCallbackInfo<v8::Value>& args,
- ExternalArrayType type,
- int32_t element_size);
- static void ExternalArrayWeakCallback(Isolate* isolate,
- Persistent<Object>* object,
- uint8_t* data);
};
« no previous file with comments | « src/api.cc ('k') | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698