Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing add_lexicalref method.
  • Loading branch information
jnthn committed Feb 28, 2015
1 parent 253b419 commit 7008cc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vm/jvm/QAST/Compiler.nqp
Expand Up @@ -2830,6 +2830,10 @@ class QAST::CompilerJAST {
nqp::push(%blv{$!qast.cuid}, [$var.name, $var.value, $flags]);
}
}

method add_lexicalref($var) {
self.register_lexicalref($var);
}

method add_local($var) {
my $tempify := %!local2temp{$var.name};
Expand Down

0 comments on commit 7008cc2

Please sign in to comment.