Searched refs:AST_This (Results 1 – 9 of 9) sorted by relevance
514 else if (node instanceof AST_This)
246 map("ThisExpression", AST_This);
886 var AST_This = DEFNODE("This", null, { variable
1413 return new (name == "this" ? AST_This : type)({
1252 DEFPRINT(AST_This, function(self, output){
1752 def(AST_This, return_false);2316 def(AST_This, return_null);
576 return new AST_This({1010 def_to_moz(AST_This, function To_Moz_ThisExpression() {
2152 type = AST_This;
12474 if (fixed instanceof AST_This) {