Merge pull request #763 from fabiosantoscode/feature/harmony-super
Feature/harmony super
This commit is contained in:
@@ -1192,6 +1192,9 @@ function OutputStream(options) {
|
||||
DEFPRINT(AST_This, function(self, output){
|
||||
output.print("this");
|
||||
});
|
||||
DEFPRINT(AST_Super, function(self, output){
|
||||
output.print("super");
|
||||
});
|
||||
DEFPRINT(AST_Constant, function(self, output){
|
||||
output.print(self.getValue());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user