Lines Matching +defs:node +defs:body
826 return dir ? new AST_Directive(body) : new AST_SimpleStatement({ body: body }); property
879 body : block_(), property
926 body : body, property
934 body : in_loop(statement), property
968 body : in_loop(switch_body_), property
996 body : statement(), property
1028 return new AST_LabeledStatement({ body: stat, label: label }); property
1034 return new AST_SimpleStatement({ body: body }); property
1241 body : in_loop(statement) property
1252 body : in_loop(statement) property
1256 function to_funarg(node) { argument
1361 body: body, property
1410 body: body, property
1427 body : body, property
1519 return new AST_ExportDefault({ body: body }); property
1521 return new AST_ExportDeclaration({ body: export_decl() }); property
1666 body : cur property
1676 body : cur property
1704 body : block_(), property
1713 body : block_(), property
1720 body : body, property
2452 function to_destructured(node) { argument
2460 return all(elements, function(node) { argument
2581 toplevel = new AST_Toplevel({ start: start, body: body, end: end }); property