Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Sansonetti committed Apr 27, 2011
1 parent 2510a9d commit 3e10610
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler.cpp
Expand Up @@ -3413,6 +3413,8 @@ RoxorCompiler::compile_call(NODE *node, bool use_tco)
can_interpret = true;
}

// If we are calling a method that needs a reference to the current outer,
// compile a reference to it.
if (!super_call
&& (sel == selEval
|| sel == selInstanceEval
Expand Down

0 comments on commit 3e10610

Please sign in to comment.