Lines Matching refs:scope_
395 scope_->EnterWith(); in ParseWithStatement()
397 scope_->LeaveWith(); in ParseWithStatement()
552 scope_->EnterWith(); in ParseTryStatement()
554 scope_->LeaveWith(); in ParseTryStatement()
617 scope_->AddProperty(); in ParseAssignmentExpression()
935 scope_->NextMaterializedLiteralIndex(); in ParseArrayLiteral()
1003 scope_->NextMaterializedLiteralIndex(); in ParseObjectLiteral()
1019 scope_->NextMaterializedLiteralIndex(); in ParseRegExpLiteral()
1057 ScopeType outer_scope_type = scope_->type(); in ParseFunctionLiteral()
1058 bool inside_with = scope_->IsInsideWith(); in ParseFunctionLiteral()
1059 Scope function_scope(&scope_, kFunctionScope); in ParseFunctionLiteral()