16 ::ll::TypedStorage<8, 8, int64> mMemoryAllocatedLimit;
17 ::ll::TypedStorage<8, 8, int64> mMemoryAllocatedCount;
18 ::ll::TypedStorage<8, 8, int64> mMemoryAllocatedSize;
19 ::ll::TypedStorage<8, 8, int64> mMemoryUsedCount;
20 ::ll::TypedStorage<8, 8, int64> mMemoryUsedSize;
21 ::ll::TypedStorage<8, 8, int64> mAtomCount;
22 ::ll::TypedStorage<8, 8, int64> mAtomSize;
23 ::ll::TypedStorage<8, 8, int64> mStringCount;
24 ::ll::TypedStorage<8, 8, int64> mStringSize;
25 ::ll::TypedStorage<8, 8, int64> mObjectCount;
26 ::ll::TypedStorage<8, 8, int64> mObjectSize;
27 ::ll::TypedStorage<8, 8, int64> mPropertyCount;
28 ::ll::TypedStorage<8, 8, int64> mPropertySize;
29 ::ll::TypedStorage<8, 8, int64> mFunctionCount;
30 ::ll::TypedStorage<8, 8, int64> mFunctionSize;
31 ::ll::TypedStorage<8, 8, int64> mFunctionCodeSize;
32 ::ll::TypedStorage<8, 8, int64> mFunctionLineCount;
33 ::ll::TypedStorage<8, 8, int64> mArrayCount;
34 ::ll::TypedStorage<8, 8, int64> mFastArrayCount;
35 ::ll::TypedStorage<8, 8, int64> mFastArrayElementCount;
41 MCAPI static ::Scripting::InterfaceBinding bind();