Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.cc139 TemporaryScope* temp_scope_; member in v8::internal::Parser
762 parent_(parser->temp_scope_) { in TemporaryScope()
763 parser->temp_scope_ = this; in TemporaryScope()
768 parser_->temp_scope_ = parent_; in ~TemporaryScope()
1198 temp_scope_(NULL), in Parser()
1696 temp_scope_->SetThisPropertyAssignmentInfo( in ParseSourceElements()
2826 temp_scope_->AddProperty(); in ParseAssignmentExpression()
3403 int literal_index = temp_scope_->NextMaterializedLiteralIndex(); in ParseArrayLiteral()
3606 int literal_index = temp_scope_->NextMaterializedLiteralIndex(); in ParseObjectLiteral()
3634 int literal_index = temp_scope_->NextMaterializedLiteralIndex(); in ParseRegExpLiteral()
[all …]