Searched defs:thenable (Results 1 – 7 of 7) sorted by relevance
18 function thenable() { function
56 ecma_value_t thenable; /**< thenable object */ member298 ecma_value_t thenable, /**< thenable object */ in ecma_enqueue_promise_resolve_thenable_job()
6 declare let thenable: Thenable; property in Thenable
7 declare let thenable: Thenable; property in Thenable
151 function thenable() { function
202 const TNode<Object> thenable = LoadObjectField( in RunSingleMicrotask() local
1451 Handle<JSPromise> promise_to_resolve, Handle<JSReceiver> thenable, in NewPromiseResolveThenableJobTask()