Home | History | Annotate | Download | only in include

Lines Matching refs:Arguments

163 class Arguments;
268 * constructor allows you to pass handles as arguments by value and
371 friend class Arguments;
468 friend class Arguments;
538 * handles as arguments by value and to assign between persistent
1579 * If no arguments are given, expects the buffer to be large
3023 * including the receiver, the number and values of arguments, and
3062 class V8_EXPORT Arguments : public FunctionCallbackInfo<Value> {
3065 V8_INLINE(Arguments(internal::Object** implicit_args,
3111 typedef Handle<Value> (*InvocationCallback)(const Arguments& args);
3625 * A Signature specifies which receivers and arguments are valid
5996 Arguments::Arguments(internal::Object** args,