Searched defs:inside_with (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dscopes.h298 bool inside_with() const { return scope_inside_with_; } function in class:v8::internal::Scope
H A Dpreparser.cc1368 bool inside_with = scope_->IsInsideWith(); local
1409 !inside_with && allow_lazy_ &&
H A Dparser.h562 bool inside_with() const { return top_scope_->inside_with(); } function in class:v8::internal::Parser

Completed in 108 milliseconds