You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean up several unused/ineffectual flags in FE structures. Delete code that exposed more redeferral candidates in RS2 but is not needed now. Stop creating a node and scope to hold the name of a function expression if we're parsing an arrow function.
Copy file name to clipboardExpand all lines: lib/Runtime/ByteCode/Symbol.h
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,6 @@ class Symbol
40
40
BYTE isGlobalCatch : 1;
41
41
BYTE isCommittedToSlot : 1;
42
42
BYTE hasNonCommittedReference : 1;
43
-
BYTE hasRealBlockVarRef : 1;
44
-
BYTE hasBlockFncVarRedecl : 1;
45
43
BYTE hasVisitedCapturingFunc : 1;
46
44
BYTE isTrackedForDebugger : 1; // Whether the sym is tracked for debugger scope. This is fine because a sym can only be added to (not more than) one scope.
47
45
BYTE isModuleExportStorage : 1; // If true, this symbol should be stored in the global scope export storage array.
0 commit comments