Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/
Dscopes.h191 bool is_function_scope() const { return type_ == FUNCTION_SCOPE; } in is_function_scope() function
216 ASSERT(is_function_scope()); in function()
223 ASSERT(is_function_scope()); in parameter()
Dscopes.cc195 if (is_function_scope()) { in Initialize()
223 ASSERT(is_function_scope() && function_ == NULL); in DeclareFunctionVar()
246 ASSERT(is_function_scope()); in AddParameter()
458 if (is_function_scope()) { in Print()
781 ASSERT(is_function_scope()); in AllocateParameterLocals()
937 if (is_function_scope()) AllocateParameterLocals(); in AllocateVariablesRecursively()
948 must_have_local_context = is_function_scope(); in AllocateVariablesRecursively()
Dscopeinfo.cc131 if (scope->is_function_scope()) { in ScopeInfo()
Drewriter.cc813 if (scope->is_function_scope()) return true; in Process()
Dparser.cc1642 if (top_scope_->is_function_scope()) { in ParseSourceElements()
1649 if (top_scope_->is_function_scope()) { in ParseSourceElements()
1795 if (top_scope_->is_function_scope()) { in Declare()
2336 if (!is_pre_parsing_ && !top_scope_->is_function_scope()) { in ParseReturnStatement()