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
199 delete g_arrayBufferAllocator; in FXJS_Release()
200 g_arrayBufferAllocator = nullptr; in FXJS_Release()
209 if (!g_arrayBufferAllocator) in FXJS_GetIsolate()
210 g_arrayBufferAllocator = new FXJS_ArrayBufferAllocator(); in FXJS_GetIsolate()
212 params.array_buffer_allocator = g_arrayBufferAllocator; in FXJS_GetIsolate()