Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[java] Add missing NQPCode to the fake/temp setting.
  • Loading branch information
jnthn committed Jan 16, 2011
1 parent 017f52a commit ef7ab8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions java/compiler/NQPSetting.pm
Expand Up @@ -122,3 +122,11 @@ my knowhow NQPHash is repr('P6mapping') {
}
}

my knowhow NQPCode is repr('RakudoCodeRef') {
method leave($with) {
nqp::leave_block(self, $with)
}
method defined() {
nqp::repr_defined(self)
}
}

0 comments on commit ef7ab8c

Please sign in to comment.