3#include "mc/_HeaderOutputPredefine.h"
5enum class OPCodeEnum :
int {
76 DefinePrivateField = 70,
89 CopyDataProperties = 83,
91 DefineMethodComputed = 85,
93 DefineClassComputed = 87,
103 SetLocUninitialized = 97,
106 PutLocCheckInit = 100,
107 GetLocCheckthis = 101,
108 GetVarRefCheck = 102,
109 PutVarRefCheck = 103,
110 PutVarRefCheckInit = 104,
127 WithGetRefUndef = 121,
134 ForAwaitOfStart = 128,
137 IteratorCheckObject = 131,
138 IteratorGetValueDone = 132,
145 AsyncYieldStar = 139,
183 IsUndefinedOrNull = 177,
199 PushEmptyString = 193,
250 TypeofIsUndefined = 244,
251 TypeofIsFunction = 245,
258 ScopeGetVarUndef = 183,
261 ScopeDeleteVar = 186,
264 ScopePutVarInit = 189,
265 ScopeGetVarCheckthis = 190,
266 ScopeGetPrivateField = 191,
267 ScopeGetPrivateField2 = 192,
268 ScopePutPrivateField = 193,
269 ScopeInPrivateField = 194,
270 GetFieldOptChain = 195,
271 GetArrayElOptChain = 196,