Home
last modified time | relevance | path

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

/external/v8/src/
Dscopes.h180 void RecordWithStatement() { scope_contains_with_ = true; } in RecordWithStatement()
201 bool contains_with() const { return scope_contains_with_; } in contains_with()
335 bool scope_contains_with_; // this scope contains a 'with' statement variable
Dscopes.cc128 scope_contains_with_(false), in Scope()
155 scope_contains_with_(false), in Scope()
480 if (scope_contains_with_) Indent(n1, "// scope contains 'with'\n"); in Print()
740 scope_contains_with_)) { in MustAllocate()
758 scope_contains_with_ || var->is_global()); in MustAllocateInContext()
943 if (scope_calls_eval_ || scope_contains_with_) { in AllocateVariablesRecursively()