Home
last modified time | relevance | path

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

/third_party/node/lib/internal/streams/
Dadd-abort-signal.js15 kControllerErrorFunction,
49 stream[kControllerErrorFunction](new AbortError(undefined, { cause: signal.reason }));
Dutils.js20 const kControllerErrorFunction = SymbolFor('nodejs.webstream.controllerErrorFunction'); constant
315 kControllerErrorFunction, property
/third_party/node/lib/internal/webstreams/
Dwritablestream.js72 kControllerErrorFunction,
202 this[kControllerErrorFunction] = () => {};
375 this[kControllerErrorFunction] = () => {};
1282 stream[kControllerErrorFunction] = FunctionPrototypeBind(controller.error, controller);
Dreadablestream.js85 kControllerErrorFunction,
267 this[kControllerErrorFunction] = () => {};
2331 stream[kControllerErrorFunction] = FunctionPrototypeBind(controller.error, controller);