Home | History | Annotate | Download | only in src

Lines Matching refs:Arguments

212 bool GetHostnameArgument(const v8::Arguments& args, std::string* hostname) {
542 static v8::Handle<v8::Value> AlertCallback(const v8::Arguments& args) {
547 // disregard any arguments beyond the first.
564 static v8::Handle<v8::Value> MyIpAddressCallback(const v8::Arguments& args) {
574 // We shouldn't be called with any arguments, but will not complain if
586 const v8::Arguments& args) {
596 // We shouldn't be called with any arguments, but will not complain if
607 static v8::Handle<v8::Value> DnsResolveCallback(const v8::Arguments& args) {
628 static v8::Handle<v8::Value> DnsResolveExCallback(const v8::Arguments& args) {
653 const v8::Arguments& args) {
667 static v8::Handle<v8::Value> IsInNetExCallback(const v8::Arguments& args) {
668 // We need at least 2 string arguments.