Searched refs:g_arrayBufferAllocator (Results 1 – 1 of 1) sorted by relevance
28 static FXJS_ArrayBufferAllocator* g_arrayBufferAllocator = nullptr; variable144 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()