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