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;
34 int mUnkf33e5b : 8;
35 int mUnk1252ee : 8;
36 int mUnk90eb7c : 8;
51 int mUnk308472 : 8;
63 // NOLINTEND
64
65public:
66 // prevent constructor by default
67 JSRuntime& operator=(JSRuntime const&);
68 JSRuntime(JSRuntime const&);
69 JSRuntime();
70};
Definition JSRuntime.h:8
Definition Alias.h:14