LeviLamina
Loading...
Searching...
No Matches
JSGCObjectTypeEnum.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class JSGCObjectTypeEnum : int {
6 JsObject = 0,
7 FunctionBytecode = 1,
8 Shape = 2,
9 VarRef = 3,
10 AsyncFunction = 4,
11 JsContext = 5,
12};