Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h251 void RecordWithStatement() { scope_contains_with_ = true; } in RecordWithStatement()
658 bool scope_contains_with_; variable
Dscopes.cc187 scope_contains_with_ = false; in SetDefaults()
408 if (scope_contains_with_) other->RecordWithStatement(); in PropagateUsageFlagsToScope()
1026 if (scope_contains_with_) Indent(n1, "// scope contains 'with'\n"); in Print()
1416 inner_scope_calls_eval_ || scope_contains_with_ || is_catch_scope() || in MustAllocate()
1443 scope_contains_with_; in MustAllocateInContext()