Searched refs:g_arrayBufferAllocator (Results 1 – 1 of 1) sorted by relevance
21 static FXJS_ArrayBufferAllocator* g_arrayBufferAllocator = nullptr; variable209 delete g_arrayBufferAllocator; in FXJS_Release()210 g_arrayBufferAllocator = nullptr; in FXJS_Release()219 if (!g_arrayBufferAllocator) in FXJS_GetIsolate()220 g_arrayBufferAllocator = new FXJS_ArrayBufferAllocator(); in FXJS_GetIsolate()222 params.array_buffer_allocator = g_arrayBufferAllocator; in FXJS_GetIsolate()