Home
last modified time | relevance | path

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

/third_party/node/doc/api/
Dasync_hooks.md701 #### `new AsyncResource(type[, options])`
737 #### Static method: `AsyncResource.bind(fn[, type])`
751 #### `asyncResource.bind(fn)`
763 #### `asyncResource.runInAsyncScope(fn[, thisArg, ...args])`
778 #### `asyncResource.emitDestroy()`
787 #### `asyncResource.asyncId()`
791 #### `asyncResource.triggerAsyncId()`
/third_party/node/lib/
Dasync_hooks.js153 class AsyncResource { class
350 AsyncResource, property
/third_party/node/src/api/
Dasync_resource.cc14 AsyncResource::AsyncResource(Isolate* isolate, in AsyncResource() function in node::AsyncResource
/third_party/node/tools/doc/
Dtype-parser.mjs52 'AsyncResource': 'async_hooks.html#async_hooks_class_asyncresource', property