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 209 void RecordWithStatement() { scope_contains_with_ = true; }
293 bool contains_with() const { return scope_contains_with_; }
467 bool scope_contains_with_; member in class:v8::internal::Scope
scopes.cc 161 scope_contains_with_ = false;
886 if (scope_contains_with_) Indent(n1, "// scope contains 'with'\n");
    [all...]

Completed in 216 milliseconds