This commit is contained in:
Fábio Santos
2015-08-07 02:44:53 +01:00
parent ddd30eeaaa
commit e80ed38772
4 changed files with 13 additions and 1 deletions

View File

@@ -940,6 +940,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() {