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

  /external/v8/src/
types.cc 488 && this->AsContext()->Outer()->Equals(that->AsContext()->Outer());
    [all...]
types.h 508 ContextType* AsContext() { return ContextType::cast(this); }
    [all...]
  /external/v8/test/cctest/
test-types.cc 481 CheckEqual(type, context->AsContext()->Outer());
    [all...]

Completed in 1588 milliseconds