Lines Matching refs:args
147 // Call JSFunction or Callable |function| with |args| arguments, possibly
151 const RegListNodePair& args,
155 // including receiver) passed as |args|, possibly including the receiver
161 ConvertReceiverMode receiver_mode, TArgs... args);
163 // Call JSFunction or Callable |function| with |args|
168 const RegListNodePair& args,
172 // Call constructor |target| with |args| arguments (not including receiver).
176 TNode<Object> new_target, const RegListNodePair& args,
180 // Call constructor |target| with |args| arguments (not including
187 const RegListNodePair& args,
191 // Call runtime function with |args| arguments.
194 const RegListNodePair& args, int return_count);