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