Lines Matching defs:arg0
29 #define NODE_HTTP_SERVER_REQUEST(arg0, arg1)
31 #define NODE_HTTP_SERVER_RESPONSE(arg0)
33 #define NODE_HTTP_CLIENT_REQUEST(arg0, arg1)
35 #define NODE_HTTP_CLIENT_RESPONSE(arg0)
37 #define NODE_NET_SERVER_CONNECTION(arg0)
39 #define NODE_NET_STREAM_END(arg0)
41 #define NODE_GC_START(arg0, arg1, arg2)
42 #define NODE_GC_DONE(arg0, arg1, arg2)
125 #define SLURP_CONNECTION_HTTP_CLIENT_RESPONSE(arg0, arg1, conn) \
126 if (!(arg0)->IsObject()) { \
128 "expected argument " #arg0 " to be a connection object"); \
135 Local<Object> _##conn = arg0.As<Object>(); \
168 Local<Object> arg0 = args[0].As<Object>();
173 SLURP_STRING(arg0, url, &req.url);
174 SLURP_STRING(arg0, method, &req.method);
175 SLURP_OBJECT(arg0, headers, &headers);
220 Local<Object> arg0 = args[0].As<Object>();
221 SLURP_STRING(arg0, _header, &header);