HomeSort by relevance Sort by last modified time
    Searched defs:array_buffer_allocator_ (Results 1 - 2 of 2) sorted by null

  /external/v8/test/unittests/
test-utils.h 30 static ArrayBufferAllocator* array_buffer_allocator_; member in class:v8::TestWithIsolate
test-utils.cc 28 ArrayBufferAllocator* TestWithIsolate::array_buffer_allocator_ = NULL; member in class:v8::TestWithIsolate
46 array_buffer_allocator_ = new ArrayBufferAllocator;
47 create_params.array_buffer_allocator = array_buffer_allocator_;
61 delete array_buffer_allocator_;

Completed in 50 milliseconds