Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dparser.h555 bool inside_with() const { return top_scope_->inside_with(); } in inside_with() function
Dscopes.h316 bool inside_with() const { return scope_inside_with_; } in inside_with() function
Dpreparser.cc1343 bool inside_with = scope_->IsInsideWith(); in ParseFunctionLiteral() local
1385 !inside_with && allow_lazy() && in ParseFunctionLiteral()
Dcompiler.cc229 !scope_->inside_with(); in DisableOptimization()
Dparser.cc2049 if (value != NULL && !inside_with()) { in ParseVariableDeclarations()
/external/v8/src/
Dscopes.h298 bool inside_with() const { return scope_inside_with_; } in inside_with() function
Dparser.h562 bool inside_with() const { return top_scope_->inside_with(); } in inside_with() function
Dpreparser.cc1368 bool inside_with = scope_->IsInsideWith(); in ParseFunctionLiteral() local
1409 !inside_with && allow_lazy_ && in ParseFunctionLiteral()
Dcompiler.cc108 !scope_->inside_with(); in DisableOptimization()
Dparser.cc2302 if (value != NULL && !inside_with()) { in ParseVariableDeclarations()