Home | History | Annotate | Download | only in gin

Lines Matching defs:Arguments

5 #include "gin/arguments.h"
12 Arguments::Arguments()
19 Arguments::Arguments(const v8::FunctionCallbackInfo<v8::Value>& info)
26 Arguments::~Arguments() {
29 v8::Handle<v8::Value> Arguments::PeekNext() const {
35 void Arguments::ThrowError() const {
37 return ThrowTypeError("Insufficient number of arguments.");
43 void Arguments::ThrowTypeError(const std::string& message) const {