| Index: src/d8.h
|
| diff --git a/src/d8.h b/src/d8.h
|
| index 411dfdda3e12488a775a35a29b3548a93a838efd..8c1687e4366dc9a78ac83b31100008dec786cf29 100644
|
| --- a/src/d8.h
|
| +++ b/src/d8.h
|
| @@ -233,6 +233,7 @@ class ShellOptions {
|
| test_shell(false),
|
| dump_heap_constants(false),
|
| expected_to_throw(false),
|
| + mock_arraybuffer_allocator(false),
|
| num_isolates(1),
|
| isolate_sources(NULL) { }
|
|
|
| @@ -258,6 +259,7 @@ class ShellOptions {
|
| bool test_shell;
|
| bool dump_heap_constants;
|
| bool expected_to_throw;
|
| + bool mock_arraybuffer_allocator;
|
| int num_isolates;
|
| SourceGroup* isolate_sources;
|
| };
|
|
|