Lines Matching defs:scope

496     function has_escaped(d, scope, node, parent) {  argument
543 function reset_block_variables(tw, compressor, scope) { argument
549 function reset_variables(tw, compressor, scope) { argument
625 function pop_scope(tw, scope) { argument
751 function mark_escaped(tw, d, scope, node, value, level, depth) { argument
1729 function in_async_generator(scope) { argument
1740 function find_try(compressor, level, node, scope, may_throw, sync) { argument
6081 function all_constant(list, scope) { argument
6088 def(AST_Array, function(scope) { argument
6091 def(AST_Binary, function(scope) { argument
6096 def(AST_Class, function(scope) { argument
6101 def(AST_ClassProperty, function(scope) { argument
6105 def(AST_Lambda, function(scope) { argument
6145 def(AST_Object, function(scope) { argument
6148 def(AST_ObjectProperty, function(scope) { argument
6151 def(AST_Unary, function(scope) { argument
6679 || !all(head_refs.scopes, function(scope) { argument
8484 for (var i = 0; !all(scopes, function(scope) { argument
8489 scope: this, property
8492 scopes.forEach(function(scope) { argument
8522 scope: self, property
8580 scope: node.expression.scope, property
10173 function to_var(stat, scope) { argument
12645 scope: undef.scope, property
13769 def(AST_Await, function(compressor, scope, no_return, in_loop) { argument
13788 def(AST_Binary, function(compressor, scope, no_return, in_loop, in_await) { argument
13818 def(AST_BlockStatement, function(compressor, scope, no_return, in_loop) { argument
13829 def(AST_Call, function(compressor, scope, no_return, in_loop, in_await) { argument
14039 def(AST_Conditional, function(compressor, scope, no_return, in_loop, in_await) { argument
14055 def(AST_For, function(compressor, scope, no_return, in_loop) { argument
14072 def(AST_ForEnumeration, function(compressor, scope, no_return, in_loop) { argument
14086 def(AST_If, function(compressor, scope, no_return, in_loop) { argument
14105 def(AST_IterationStatement, function(compressor, scope, no_return, in_loop) { argument
14111 def(AST_LabeledStatement, function(compressor, scope, no_return, in_loop) { argument
14124 def(AST_Return, function(compressor, scope, no_return, in_loop) { argument
14128 function inline_sequence(compressor, scope, no_return, in_loop, in_await, node, skip) { argument
14150 def(AST_Sequence, function(compressor, scope, no_return, in_loop, in_await) { argument
14153 def(AST_SimpleStatement, function(compressor, scope, no_return, in_loop) { argument
14167 def(AST_UnaryPrefix, function(compressor, scope, no_return, in_loop, in_await) { argument
14185 def(AST_With, function(compressor, scope, no_return, in_loop) { argument
14199 def(AST_Yield, function(compressor, scope, no_return, in_loop) { argument