Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjs_engine.cpp27 CFX_V8ArrayBufferAllocator* g_arrayBufferAllocator = nullptr; variable
298 delete g_arrayBufferAllocator; in FXJS_Release()
299 g_arrayBufferAllocator = nullptr; in FXJS_Release()
308 if (!g_arrayBufferAllocator) in FXJS_GetIsolate()
309 g_arrayBufferAllocator = new CFX_V8ArrayBufferAllocator(); in FXJS_GetIsolate()
311 params.array_buffer_allocator = g_arrayBufferAllocator; in FXJS_GetIsolate()