Lines Matching defs:node
6 function isScope(node) { argument
9 function isBlockScope(node) { argument
13 function declaresArguments(node) { argument
17 function declaresThis(node) { argument
43 var declareFunction = function (node) { argument
46 node.params.forEach(function (node) { argument
53 var declarePattern = function (node, parent) { argument
59 node.properties.forEach(function (node) { argument
64 node.elements.forEach(function (node) { argument
79 var declareModuleSpecifier = function (node, parents) { argument
84 'VariableDeclaration': function (node, parents) { argument
96 'FunctionDeclaration': function (node, parents) { argument
108 'ClassDeclaration': function (node, parents) { argument
118 'TryStatement': function (node) { argument
127 function identifier(node, parents) { argument
144 'ThisExpression': function (node, parents) { argument
155 globals.forEach(function (node) { argument