Home
last modified time | relevance | path

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

/external/v8/src/
Dscopes.h191 bool is_function_scope() const { return type_ == FUNCTION_SCOPE; } in is_function_scope() function
221 ASSERT(is_function_scope()); in function()
228 ASSERT(is_function_scope()); in parameter()
Dscopes.cc194 if (is_function_scope()) { in Initialize()
222 ASSERT(is_function_scope() && function_ == NULL); in DeclareFunctionVar()
245 ASSERT(is_function_scope()); in AddParameter()
457 if (is_function_scope()) { in Print()
782 ASSERT(is_function_scope()); in AllocateParameterLocals()
938 if (is_function_scope()) AllocateParameterLocals(); in AllocateVariablesRecursively()
949 must_have_local_context = is_function_scope(); in AllocateVariablesRecursively()
Dscopeinfo.cc130 if (scope->is_function_scope()) { in ScopeInfo()
Drewriter.cc825 if (scope->is_function_scope()) return true; in Process()
Dparser.cc1684 if (top_scope_->is_function_scope()) { in ParseSourceElements()
1691 if (top_scope_->is_function_scope()) { in ParseSourceElements()
1838 if (top_scope_->is_function_scope()) { in Declare()
2370 if (!is_pre_parsing_ && !top_scope_->is_function_scope()) { in ParseReturnStatement()
/external/v8/src/arm/
Dcodegen-arm.cc268 if (scope()->is_function_scope() && scope()->function() != NULL) { in Generate()
2316 if (scope()->is_function_scope() && boilerplate->NumberOfLiterals() == 0) { in InstantiateBoilerplate()
/external/v8/src/x64/
Dcodegen-x64.cc400 if (scope()->is_function_scope() && scope()->function() != NULL) { in Generate()
2243 if (scope()->is_function_scope() && boilerplate->NumberOfLiterals() == 0) { in InstantiateBoilerplate()
/external/v8/src/ia32/
Dcodegen-ia32.cc248 if (scope()->is_function_scope() && scope()->function() != NULL) { in Generate()
4062 if (scope()->is_function_scope() && boilerplate->NumberOfLiterals() == 0) { in InstantiateBoilerplate()