Searched refs:contains_with (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.cc192 bool contains_with = false; local
202 contains_with = true;
244 if (contains_with) current_scope->RecordWithStatement();
249 contains_with = false;
H A Dscopes.h293 bool contains_with() const { return scope_contains_with_; } function in class:v8::internal::Scope

Completed in 649 milliseconds