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
assertparserContext.isTopLevel() == (parentFrame == null) : "A frame should be given iff the context is not toplevel: " + parserContext + " " + parentFrame;
102
101
@@ -112,16 +111,7 @@ public RubyRootNode parse(RubySource rubySource, ParserContext parserContext, St
112
111
113
112
finalTranslatorEnvironmentparentEnvironment;
114
113
115
-
if (frameDescriptor != null) {
116
-
for (FrameSlotslot : frameDescriptor.getSlots()) {
117
-
if (slot.getIdentifier() instanceofString) {
118
-
finalStringname = (String) slot.getIdentifier();
119
-
staticScope.addVariableThisScope(name.intern()); // StaticScope expects interned var names
0 commit comments