Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fxjs/
H A Dcfxjs_engine.cpp33 CFX_V8ArrayBufferAllocator* g_arrayBufferAllocator = nullptr; variable
325 delete g_arrayBufferAllocator; in FXJS_Release()
326 g_arrayBufferAllocator = nullptr; in FXJS_Release()
335 if (!g_arrayBufferAllocator) in FXJS_GetIsolate()
336 g_arrayBufferAllocator = new CFX_V8ArrayBufferAllocator(); in FXJS_GetIsolate()
338 params.array_buffer_allocator = g_arrayBufferAllocator; in FXJS_GetIsolate()