Searched refs:g_arrayBufferAllocator (Results 1 – 1 of 1) sorted by relevance
33 CFX_V8ArrayBufferAllocator* g_arrayBufferAllocator = nullptr; variable325 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()