Home
last modified time | relevance | path

Searched refs:socketReading (Results 1 – 4 of 4) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/eventloop/
Decma_eventloop.js34 socketReading: {}, // fd -> callback property in EventLoop
240 for (fd in this.socketReading) {
289 cb = this.socketReading[fd];
297 delete this.socketReading[fd];
327 delete this.socketReading[fd];
348 delete this.socketReading[fd];
353 this.socketReading[fd] = cb_read;
Dc_eventloop.js103 EventLoop.socketReading = {};
115 cb = this.socketReading[fd];
166 delete this.socketReading[fd];
172 this.socketReading[fd] = cb_read;
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/eventloop/
Decma_eventloop.js34 socketReading: {}, // fd -> callback property in EventLoop
240 for (fd in this.socketReading) {
289 cb = this.socketReading[fd];
297 delete this.socketReading[fd];
327 delete this.socketReading[fd];
348 delete this.socketReading[fd];
353 this.socketReading[fd] = cb_read;
Dc_eventloop.js103 EventLoop.socketReading = {};
115 cb = this.socketReading[fd];
166 delete this.socketReading[fd];
172 this.socketReading[fd] = cb_read;