Home | History | Annotate | Download | only in src

Lines Matching refs:Drop

3205   Drop(drop_extra);
3218 Drop(drop_extra);
3668 Drop(5);
4390 Drop(1); // array literal index
4803 if (!ast_context()->IsEffect()) Drop(1);
4882 Drop(1);
4927 Drop(3);
5012 Drop(2);
5017 Drop(2);
5024 Drop(2);
5029 Drop(2);
5039 if (!ast_context()->IsEffect()) Drop(1);
5200 // Drop the simulated receiver, key, and value. Return the value.
5201 Drop(3);
5852 Drop(1); // Arguments object.
5954 Drop(1);
6217 Drop(argument_count - (ast_context()->IsEffect() ? 0 : 1));
6689 Drop(1); // Receiver.
6693 if (drop_extra) Drop(1); // Optionally drop the function.
6702 Drop(1); // Receiver.
6705 if (drop_extra) Drop(1); // Optionally drop the function.
6757 Drop(1); // Receiver.
6779 Drop(1); // Receiver.
6827 Drop(1); // Receiver.
6840 Drop(1); // Receiver.
6855 Drop(1); // Receiver.
6900 Drop(1);
6939 Drop(arguments_count - 1);
6951 Drop(arguments_count);
6985 Drop(argument_count + 1); // 1 is the key.
7088 if (TryInlineBuiltinFunctionCall(expr, false)) { // Nothing to drop.
7118 Drop(argument_count);
7132 if (TryInlineBuiltinFunctionCall(expr, true)) { // Drop the function.
7141 if (TryInlineCall(expr, true)) { // Drop function from environment.
7146 Drop(1); // The function.
7158 Drop(argument_count + 1);
7291 Drop(argument_count);
7345 Drop(argument_count);
7643 // Drop the key and the original value from the bailout environment.
7646 Drop(2);
7654 Drop(returns_original_input ? 2 : 1);
7928 Drop(1); // left_value.
7944 Drop(1); // Value of the left subexpression.
9032 Drop(3);
9044 Drop(2);
9055 Drop(4);
9067 Drop(3);
9085 Drop(1);
9115 Drop(arg_count);
9121 Drop(arg_count);
9150 Drop(1);
9162 Drop(1);
9174 Drop(1);
9186 Drop(1);
9407 void HEnvironment::Drop(int count) {
9466 outer->Drop(arguments + 1); // Including receiver.