Searched refs:inside_with (Results 1 - 5 of 5) 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 Dparser.h562 bool inside_with() const { return top_scope_->inside_with(); } function in class:v8::internal::Parser
H A Dpreparser.cc1368 bool inside_with = scope_->IsInsideWith(); local
1409 !inside_with && allow_lazy_ &&
H A Dcompiler.cc108 !scope_->inside_with();
H A Dparser.cc2302 if (value != NULL && !inside_with()) {

Completed in 84 milliseconds