Home
last modified time | relevance | path

Searched refs:is_function_scope (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dscopes.h133 ASSERT(is_function_scope() && function_ == NULL); in DeclareFunctionVar()
269 bool is_function_scope() const { return type_ == FUNCTION_SCOPE; } in is_function_scope() function
276 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()
Dscopes.cc337 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()
Dscopeinfo.cc55 if (scope->is_function_scope() && scope->function() != NULL) { in Create()
Dparser.cc1171 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()
Dhydrogen.cc2486 if (scope->is_function_scope() && scope->function() != NULL) { in CreateGraph()
/external/v8/src/arm/
Dfull-codegen-arm.cc277 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()
/external/v8/src/x64/
Dfull-codegen-x64.cc284 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()
/external/v8/src/mips/
Dfull-codegen-mips.cc284 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()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc271 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()