LeviLamina
Loading...
Searching...
No Matches
ParseContext.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Scripting::QuickJS {
6
7
enum class
ParseContext : uchar {
8
FunctionArgument = 0,
9
ReturnType = 1,
10
ArrayElement = 2,
11
DictionaryElement = 3,
12
ClosureReturnType = 4,
13
InterfaceProperty = 5,
14
Invalid = 6,
15
};
16
17
}
src
mc
deps
scripting
quickjs
context
ParseContext.h
Generated on Sat Apr 26 2025 05:55:30 for LeviLamina by
1.12.0