Home | History | Annotate | Download | only in src

Lines Matching defs:Drop

1054           // Drop it.
1067 // Now possibly drop directly indexed element.
1068 if ((array_[i].value->flags() & depends_flags) != 0) { // Drop it.
3283 Drop(1);
3446 // Drop the simulated receiver and value. Return the value.
3447 Drop(2);
3474 // Drop the simulated receiver, key, and value. Return the value.
3475 Drop(3);
3815 Drop(1); // Arguments object.
4265 Drop(1); // Receiver.
4396 Drop(1); // Key.
4613 Drop(argument_count);
4761 Drop(has_extra ? 2 : 1);
4804 Drop(has_extra ? 2 : 1);
4835 // Drop the key from the bailout environment. Overwrite the receiver
4838 Drop(1);
4842 Drop(has_extra ? 2 : 1);
4981 Drop(1); // Value of the left subexpression.
5409 Drop(2);
5422 Drop(3);
5436 Drop(2);
5449 Drop(4);
5463 Drop(3);
5483 Drop(1);
5523 Drop(1);
5537 Drop(1);
5551 Drop(1);
5709 void HEnvironment::Drop(int count) {
5748 outer->Drop(arity + 1); // Including receiver.