LeviLamina
Loading...
Searching...
No Matches
JSRuntime.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/quickjs/JSGCPhaseEnum.h"
7
8struct JSRuntime {
9public:
10 // member variables
11 // NOLINTBEGIN
28 ::JSGCPhaseEnum mUnk7079a5 : 8;
36 int mUnkf33e5b : 8;
37 int mUnk1252ee : 8;
38 int mUnk90eb7c : 8;
55 int mUnk308472 : 8;
66 // NOLINTEND
67
68public:
69 // prevent constructor by default
70 JSRuntime& operator=(JSRuntime const&);
71 JSRuntime(JSRuntime const&);
72 JSRuntime();
73};
Definition Alias.h:14