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

  /external/v8/src/
ast.cc 485 if (check_type_ == RECEIVER_MAP_CHECK) {
570 check_type_ = oracle->GetCallCheckType(this);
574 ASSERT(check_type_ == RECEIVER_MAP_CHECK);
577 ASSERT(check_type_ != RECEIVER_MAP_CHECK);
579 oracle->GetPrototypeForPrimitiveCheck(check_type_));
    [all...]
ast.h 1614 CheckType check_type_; member in class:v8::internal::Call
    [all...]

Completed in 19 milliseconds