Home
last modified time | relevance | path

Searched defs:AsyncResource (Results 1 – 5 of 5) sorted by relevance

/third_party/node/doc/api/
Dasync_hooks.md700 #### `new AsyncResource(type[, options])`
736 #### Static method: `AsyncResource.bind(fn[, type])`
750 #### `asyncResource.bind(fn)`
762 #### `asyncResource.runInAsyncScope(fn[, thisArg, ...args])`
777 #### `asyncResource.emitDestroy()`
786 #### `asyncResource.asyncId()`
790 #### `asyncResource.triggerAsyncId()`
/third_party/node/src/api/
Dasync_resource.cc14 AsyncResource::AsyncResource(Isolate* isolate, in AsyncResource() function in node::AsyncResource
/third_party/node/lib/
Dasync_hooks.js145 class AsyncResource { class
338 AsyncResource, property
/third_party/node/lib/internal/process/
Dtask_queues.js139 let AsyncResource; variable
/third_party/node/tools/doc/
Dtype-parser.js47 'AsyncResource': 'async_hooks.html#async_hooks_class_asyncresource', property