LeviLamina
Loading...
Searching...
No Matches
JSFunctionBytecode.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct JSFunctionBytecode {
6public:
7 // member variables
8 // NOLINTBEGIN
11 uchar mUnk856c52 : 1;
12 uchar mUnk378010 : 1;
13 uchar mUnk1e8abf : 1;
14 uchar mUnkf89f32 : 1;
15 uchar mUnk503551 : 2;
16 uchar mUnk40a2e6 : 1;
17 uchar mUnke7a036 : 1;
18 uchar mUnk4d3fe0 : 1;
19 uchar mUnk8a51e3 : 1;
20 uchar mUnkbdea0c : 1;
21 uchar mUnk1462b3 : 1;
22 uchar mUnke7829f : 1;
36#ifdef LL_PLAT_S
38#else // LL_PLAT_C
40#endif
42 // NOLINTEND
43
44public:
45 // prevent constructor by default
46 JSFunctionBytecode& operator=(JSFunctionBytecode const&);
47 JSFunctionBytecode(JSFunctionBytecode const&);
48 JSFunctionBytecode();
49};
Definition Alias.h:14