Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp28 static FXJS_ArrayBufferAllocator* g_arrayBufferAllocator = nullptr; variable
144 delete g_arrayBufferAllocator; in FXJS_Release()
145 g_arrayBufferAllocator = nullptr; in FXJS_Release()
154 if (!g_arrayBufferAllocator) in FXJS_GetIsolate()
155 g_arrayBufferAllocator = new FXJS_ArrayBufferAllocator(); in FXJS_GetIsolate()
157 params.array_buffer_allocator = g_arrayBufferAllocator; in FXJS_GetIsolate()