HomeSort by relevance Sort by last modified time
    Searched refs:check_type_ (Results 1 - 4 of 4) 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...]
  /external/chromium_org/v8/src/
ast.cc 541 if (check_type_ == RECEIVER_MAP_CHECK) {
660 check_type_ = oracle->GetCallCheckType(this);
664 ASSERT(check_type_ == RECEIVER_MAP_CHECK);
667 ASSERT(check_type_ != RECEIVER_MAP_CHECK);
668 holder_ = GetPrototypeForPrimitiveCheck(check_type_, oracle->isolate());
    [all...]
ast.h 1757 CheckType check_type_; member in class:v8::internal::Call
    [all...]

Completed in 62 milliseconds