OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:array_buffer_allocator_
(Results
1 - 3
of
3
) sorted by null
/external/v8/test/unittests/
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_
;
test-utils.h
30
static ArrayBufferAllocator*
array_buffer_allocator_
;
member in class:v8::TestWithIsolate
/external/v8/src/
isolate.h
[
all
...]
Completed in 73 milliseconds