Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfxjs_v8.cpp21 static FXJS_ArrayBufferAllocator* g_arrayBufferAllocator = nullptr; variable
209 delete g_arrayBufferAllocator; in FXJS_Release()
210 g_arrayBufferAllocator = nullptr; in FXJS_Release()
219 if (!g_arrayBufferAllocator) in FXJS_GetIsolate()
220 g_arrayBufferAllocator = new FXJS_ArrayBufferAllocator(); in FXJS_GetIsolate()
222 params.array_buffer_allocator = g_arrayBufferAllocator; in FXJS_GetIsolate()