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 mUnk84befe : 1;
22 uchar mUnk1462b3 : 1;
23 uchar mUnke7829f : 1;
37#ifdef LL_PLAT_S
39#else // LL_PLAT_C
41#endif
43 // NOLINTEND
44
45public:
46 // prevent constructor by default
47 JSFunctionBytecode& operator=(JSFunctionBytecode const&);
48 JSFunctionBytecode(JSFunctionBytecode const&);
49 JSFunctionBytecode();
50};
Definition Alias.h:14