Lines Matching refs:user
759 // The contract is that we don't leak "the hole" into "user JavaScript",
1520 accumulator = Argument(1); // Initial value specified by the user.
1522 // The initial value was not specified by the user. In this case, the first
4014 // Check if {node} is the only value user of {arguments_list} (except for
4018 Node* const user = edge.from();
4019 switch (user->opcode()) {
4028 DCHECK_EQ(arguments_list, user->InputAt(0));
4029 FieldAccess const& access = FieldAccessOf(user->op());
4041 if (IsSafeArgumentsElements(user)) continue;
4047 JSCallWithArrayLikeNode n(user);
4053 JSConstructWithArrayLikeNode n(user);
4059 JSCallWithSpreadNode n(user);
4065 JSConstructWithSpreadNode n(user);
7126 // doesn't escape to user JavaScript. So bake this information