Merge pull request #763 from fabiosantoscode/feature/harmony-super

Feature/harmony super
This commit is contained in:
Richard van Velzen
2015-08-07 08:54:20 +02:00
5 changed files with 22 additions and 1 deletions

View File

@@ -967,6 +967,10 @@ var AST_This = DEFNODE("This", null, {
$documentation: "The `this` symbol",
}, AST_Symbol);
var AST_Super = DEFNODE("Super", null, {
$documentation: "The `super` symbol",
}, AST_Symbol);
var AST_Constant = DEFNODE("Constant", null, {
$documentation: "Base class for all constants",
getValue: function() {