Lines Matching refs:Drop
1305 env->Drop(drop_count);
1649 probe_loop.BeginBody(2); // Drop entry, count from last environment to
2992 loop.BeginBody(2); // Drop script_context and depth from last environment
4408 Drop(drop_extra);
4441 Drop(drop_extra);
4587 Drop(1); // tag_value
4595 Drop(1); // tag_value
4839 Drop(1);
4861 Drop(1);
4912 Drop(5);
4965 Drop(1);
6417 if (!ast_context()->IsEffect()) Drop(1);
6440 if (!ast_context()->IsEffect()) Drop(1);
7460 Drop(1);
7479 Drop(1); // Arguments object.
7616 Drop(1);
7917 Drop(1); // Drop the function.
7950 Drop(1); // Function.
8429 Drop(2); // Receiver and function.
8439 Drop(2); // Receiver and function.
8582 Drop(3); // key, receiver, function
8592 Drop(1); // Function.
8608 Drop(2); // Receiver and function.
8629 Drop(2); // Receiver and function.
8639 Drop(2); // Receiver and function.
8671 Drop(2); // Receiver and function.
8683 Drop(2); // Receiver and function.
8694 Drop(args_count_no_receiver);
8704 Drop(1); // Function.
8743 if (!ast_context()->IsEffect()) Drop(1);
8775 Drop(1); // Drop function.
8796 if (!ast_context()->IsEffect()) Drop(1);
8823 Drop(args_count_no_receiver);
8830 Drop(1); // Function.
8911 if (!ast_context()->IsEffect()) Drop(1);
8940 Drop(1); // Drop function.
8948 if (!ast_context()->IsEffect()) Drop(1);
9130 Drop(1); // Drop function.
9169 Drop(1); // Function
9212 Drop(1); // apply
9335 Drop(1);
9358 Drop(1);
9397 Drop(1);
9419 Drop(1);
9451 if (expr->IsCall()) Drop(1);
9634 Drop(1); // Drop the function.
9737 Drop(args_to_drop);
10286 Drop(1); // Function
10537 Drop(returns_original_input ? 2 : 1);
10560 // Drop object and key to push it again in the effect context below.
10561 Drop(key == NULL ? 1 : 2);
10730 Drop(1);
11097 Drop(1);
11113 Drop(1); // Value of the left subexpression.
11509 Drop(1);
12580 void HEnvironment::Drop(int count) {
12651 outer->Drop(arguments + 1); // Including receiver.