Home
last modified time | relevance | path

Searched refs:onHandled (Results 1 – 5 of 5) sorted by relevance

/plugin/asciidocjs/node_modules/promise/lib/
Drejection-tracking.js33 onHandled(promise._51);
84 function onHandled(id) { function
86 if (options.onHandled) {
87 options.onHandled(rejections[id].displayId, rejections[id].error);
/plugin/asciidocjs/node_modules/promise/domains/
Drejection-tracking.js33 onHandled(promise._51);
84 function onHandled(id) { function
86 if (options.onHandled) {
87 options.onHandled(rejections[id].displayId, rejections[id].error);
/plugin/asciidocjs/node_modules/promise/setimmediate/
Drejection-tracking.js33 onHandled(promise._51);
84 function onHandled(id) { function
86 if (options.onHandled) {
87 options.onHandled(rejections[id].displayId, rejections[id].error);
/plugin/asciidocjs/node_modules/promise/src/
Drejection-tracking.js33 onHandled(promise._rejectionId);
84 function onHandled(id) { function
86 if (options.onHandled) {
87 options.onHandled(rejections[id].displayId, rejections[id].error);
/plugin/asciidocjs/node_modules/promise/
DReadme.md105onHandled(id, error)` - you can use these to provide your own customised display for errors. Note…