Home | History | Annotate | Download | only in src

Lines Matching full:inside_with

171 void Scope::Initialize(bool inside_with) {
175 scope_inside_with_ = outer_scope_->scope_inside_with_ || inside_with;
177 scope_inside_with_ = inside_with;
251 VariableProxy* Scope::NewUnresolved(Handle<String> name, bool inside_with) {
255 VariableProxy* proxy = new VariableProxy(name, false, inside_with);
625 if (proxy->inside_with()) {