Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h251 void RecordWithStatement() { scope_contains_with_ = true; } in RecordWithStatement() function
Dscopes.cc268 if (contains_with) current_scope->RecordWithStatement(); in DeserializeScopeChain()
408 if (scope_contains_with_) other->RecordWithStatement(); in PropagateUsageFlagsToScope()
/external/v8/src/parsing/
Dparser.cc2813 scope_->DeclarationScope()->RecordWithStatement(); in ParseWithStatement()