HomeSort by relevance Sort by last modified time
    Searched refs:scope_contains_with_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
scopes.h 223 void RecordWithStatement() { scope_contains_with_ = true; }
300 bool contains_with() const { return scope_contains_with_; }
466 bool scope_contains_with_; member in class:v8::internal::Scope
scopes.cc 182 scope_contains_with_ = false;
833 if (scope_contains_with_) Indent(n1, "// scope contains 'with'\n");
    [all...]

Completed in 44 milliseconds