3#include "mc/_HeaderOutputPredefine.h"
5enum class OPCodeEnum :
int {
77 DefinePrivateField = 71,
90 CopyDataProperties = 84,
92 DefineMethodComputed = 86,
94 DefineClassComputed = 88,
104 SetLocUninitialized = 98,
107 PutLocCheckInit = 101,
108 GetLocCheckthis = 102,
109 GetVarRefCheck = 103,
110 PutVarRefCheck = 104,
111 PutVarRefCheckInit = 105,
128 WithGetRefUndef = 122,
135 ForAwaitOfStart = 129,
138 ForAwaitOfNext = 132,
139 IteratorCheckObject = 133,
140 IteratorGetValueDone = 134,
147 AsyncYieldStar = 141,
185 IsUndefinedOrNull = 179,
202 PushEmptyString = 196,
253 TypeofIsUndefined = 247,
254 TypeofIsFunction = 248,
261 ScopeGetVarUndef = 186,
264 ScopeDeleteVar = 189,
267 ScopePutVarInit = 192,
268 ScopeGetVarCheckthis = 193,
269 ScopeGetPrivateField = 194,
270 ScopeGetPrivateField2 = 195,
271 ScopePutPrivateField = 196,
272 ScopeInPrivateField = 197,
273 GetFieldOptChain = 198,
274 GetArrayElOptChain = 199,