Home
last modified time | relevance | path

Searched refs:inside_with (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dscopes.h291 bool inside_with() const { return scope_inside_with_; } in inside_with() function
Dparser.h692 bool inside_with() const { return scope_->inside_with(); } in inside_with() function
Dparser.cc2319 if (value != NULL && !inside_with()) { in ParseVariableDeclarations()