Home | History | Annotate | Download | only in include

Lines Matching defs:Arguments

132 class Arguments;
199 * constructor allows you to pass handles as arguments by value and
335 * handles as arguments by value and to assign between persistent
829 * If no arguments are given, expects the buffer to be large
1454 * including the receiver, the number and values of arguments, and
1457 class V8EXPORT Arguments {
1467 Arguments();
1469 inline Arguments(Local<Value> data,
1499 typedef Handle<Value> (*InvocationCallback)(const Arguments& args);
1971 * A Signature specifies which receivers and arguments a function can
3032 Local<Value> Arguments::operator[](int i) const {
3038 Local<Function> Arguments::Callee() const {
3043 Local<Object> Arguments::This() const {
3048 Local<Object> Arguments::Holder() const {
3053 Local<Value> Arguments::Data() const {
3058 bool Arguments::IsConstructCall() const {
3063 int Arguments::Length() const {