| 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);
|
| };
|
|
|
|
|
|
|