Searched refs:is_function_scope (Results 1 – 9 of 9) sorted by relevance
133 ASSERT(is_function_scope() && function_ == NULL); in DeclareFunctionVar()269 bool is_function_scope() const { return type_ == FUNCTION_SCOPE; } in is_function_scope() function276 return is_eval_scope() || is_function_scope() || is_global_scope(); in is_declaration_scope()318 ASSERT(is_function_scope()); in function()325 ASSERT(is_function_scope()); in parameter()
337 if (is_function_scope()) { in Initialize()444 ASSERT(is_function_scope()); in DeclareParameter()800 if (is_function_scope()) { in Print()923 if (*binding_kind == BOUND && (is_function_scope() || is_with_scope())) { in LookupRecursive()1140 ASSERT(is_function_scope()); in AllocateParameterLocals()1247 if (is_function_scope()) AllocateParameterLocals(); in AllocateVariablesRecursively()1254 (is_function_scope() && calls_eval()); in AllocateVariablesRecursively()
55 if (scope->is_function_scope() && scope->function() != NULL) { in Create()
1171 if (top_scope_->is_function_scope()) { in ParseSourceElements()1178 if (top_scope_->is_function_scope()) { in ParseSourceElements()1729 if (declaration_scope->is_function_scope() || in Declare()
2486 if (scope->is_function_scope() && scope->function() != NULL) { in CreateGraph()
277 if (scope()->is_function_scope() && scope()->function() != NULL) { in Generate()1170 scope()->is_function_scope() && in EmitNewClosure()4372 ASSERT(declaration_scope->is_function_scope()); in PushFunctionArgumentForContextAllocation()
284 if (scope()->is_function_scope() && scope()->function() != NULL) { in Generate()1078 scope()->is_function_scope() && in EmitNewClosure()4273 ASSERT(declaration_scope->is_function_scope()); in PushFunctionArgumentForContextAllocation()
284 if (scope()->is_function_scope() && scope()->function() != NULL) { in Generate()1179 scope()->is_function_scope() && in EmitNewClosure()4408 ASSERT(declaration_scope->is_function_scope()); in PushFunctionArgumentForContextAllocation()
271 if (scope()->is_function_scope() && scope()->function() != NULL) { in Generate()1124 scope()->is_function_scope() && in EmitNewClosure()4359 ASSERT(declaration_scope->is_function_scope()); in PushFunctionArgumentForContextAllocation()