Lines Matching full:arg2
689 Object* arg2 = args[2];690 if (arg2->IsSmi()) {691 relative_end = Smi::cast(arg2)->value();692 } else if (!arg2->IsUndefined()) {781 Object* arg2 = args[2];782 if (arg2->IsSmi()) {783 value = Smi::cast(arg2)->value();