Home
last modified time | relevance | path

Searched defs:thenable (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/async-hooks/
Dtest-async-local-storage-thenable.js18 function thenable() { function
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-jobqueue.c56 ecma_value_t thenable; /**< thenable object */ member
298 ecma_value_t thenable, /**< thenable object */ in ecma_enqueue_promise_resolve_thenable_job()
/third_party/typescript/tests/cases/conformance/async/es6/functionDeclarations/
DasyncFunctionDeclaration15_es6.ts6 declare let thenable: Thenable; property in Thenable
/third_party/typescript/tests/cases/conformance/async/es5/functionDeclarations/
DasyncFunctionDeclaration15_es5.ts7 declare let thenable: Thenable; property in Thenable
/third_party/node/test/parallel/
Dtest-event-capture-rejections.js151 function thenable() { function
/third_party/node/deps/v8/src/builtins/
Dbuiltins-microtask-queue-gen.cc202 const TNode<Object> thenable = LoadObjectField( in RunSingleMicrotask() local
/third_party/node/deps/v8/src/heap/
Dfactory.cc1451 Handle<JSPromise> promise_to_resolve, Handle<JSReceiver> thenable, in NewPromiseResolveThenableJobTask()