Home
last modified time | relevance | path

Searched refs:array_buffer_allocator_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dv8.h73 return array_buffer_allocator_; in ArrayBufferAllocator()
77 CHECK_EQ(NULL, array_buffer_allocator_); in SetArrayBufferAllocator()
78 array_buffer_allocator_ = allocator; in SetArrayBufferAllocator()
90 static v8::ArrayBuffer::Allocator* array_buffer_allocator_; variable
Dv8.cc32 v8::ArrayBuffer::Allocator* V8::array_buffer_allocator_ = NULL; member in v8::internal::V8