Searched refs:resource (Results 1 – 3 of 3) sorted by last modified time
93 this.resource = httpRequest.url;114 this.resourceURL = url.parse(this.resource, true);
32 this.resource = webSocketRequest.resource;
813 napi_value resource; in nxt_callback_scope() local816 resource = create_object(); in nxt_callback_scope()818 status = napi_open_callback_scope(env(), resource, ctx, &scope_); in nxt_callback_scope()