HomeSort by relevance Sort by last modified time
    Searched defs:inside_with (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
preparser.cc 1058 bool inside_with = scope_->IsInsideWith(); local
1081 !inside_with && allow_lazy_ &&
    [all...]
scopes.h 118 virtual void Initialize(bool inside_with);
160 bool inside_with,
227 bool inside_with() const { return scope_inside_with_; } function in class:v8::internal::Scope
456 virtual void Initialize(bool inside_with) {
458 if (inside_with && inside_with_level_ == kNotInsideWith) {
476 bool inside_with,
parser.h 474 bool inside_with() const { return with_nesting_level_ > 0; } function in class:v8::internal::Parser
668 Scope* NewScope(Scope* parent, Scope::Type type, bool inside_with);
ast.h 1106 bool inside_with() const { return inside_with_; } function in class:v8::internal::VariableProxy
1124 bool inside_with,
    [all...]

Completed in 166 milliseconds