Home
last modified time | relevance | path

Searched refs:promise_to_resolve (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dpromise-jobs.tq19 // {promise_to_resolve} directly in that case and avoid the allocation of a
33 // JSPromise to connect the {thenable} with the {promise_to_resolve},
34 // we can directly schedule the {promise_to_resolve} with default
41 // resolve, reject = CreateResolvingFunctions(promise_to_resolve)
49 // [[Reject]] functions on the {promise_to_resolve}.
54 // promise_to_resolve)
H A Dbuiltins-microtask-queue-gen.cc194 const TNode<Object> promise_to_resolve = LoadObjectField( in RunSingleMicrotask() local
204 promise_to_resolve, thenable, then); in RunSingleMicrotask()
H A Dpromise-misc.tq152 promise_to_resolve: promiseToResolve,
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dpromise-jobs.tq20 // {promise_to_resolve} directly in that case and avoid the allocation of a
34 // JSPromise to connect the {thenable} with the {promise_to_resolve},
35 // we can directly schedule the {promise_to_resolve} with default
42 // resolve, reject = CreateResolvingFunctions(promise_to_resolve)
50 // [[Reject]] functions on the {promise_to_resolve}.
55 // promise_to_resolve)
H A Dbuiltins-microtask-queue-gen.cc198 const TNode<Object> promise_to_resolve = LoadObjectField( in RunSingleMicrotask() local
206 CAST(promise_to_resolve)); in RunSingleMicrotask()
211 promise_to_resolve, thenable, then); in RunSingleMicrotask()
215 CAST(promise_to_resolve)); in RunSingleMicrotask()
H A Dpromise-misc.tq288 promise_to_resolve: promiseToResolve,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dpromise-jobs.tq19 // {promise_to_resolve} directly in that case and avoid the allocation of a
33 // JSPromise to connect the {thenable} with the {promise_to_resolve},
34 // we can directly schedule the {promise_to_resolve} with default
41 // resolve, reject = CreateResolvingFunctions(promise_to_resolve)
49 // [[Reject]] functions on the {promise_to_resolve}.
54 // promise_to_resolve)
H A Dbuiltins-microtask-queue-gen.cc195 const TNode<Object> promise_to_resolve = LoadObjectField( in RunSingleMicrotask() local
203 CAST(promise_to_resolve)); in RunSingleMicrotask()
208 promise_to_resolve, thenable, then); in RunSingleMicrotask()
212 CAST(promise_to_resolve)); in RunSingleMicrotask()
H A Dpromise-misc.tq176 promise_to_resolve: promiseToResolve,
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dpromise-inl.h30 ACCESSORS(PromiseResolveThenableJobTask, promise_to_resolve, JSPromise,
H A Dpromise.h75 DECL_ACCESSORS(promise_to_resolve, JSPromise)
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dpromise.tq66 promise_to_resolve: JSPromise;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dpromise.tq74 promise_to_resolve: JSPromise;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dpromise.tq74 promise_to_resolve: JSPromise;
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-promise-gen.h99 Node* AllocatePromiseResolveThenableJobTask(Node* promise_to_resolve,
H A Dbuiltins-internal-gen.cc989 Node* const promise_to_resolve = LoadObjectField( in TF_BUILTIN() local
997 CAST(promise_to_resolve)); in TF_BUILTIN()
1001 promise_to_resolve, thenable, then); in TF_BUILTIN()
1005 CAST(promise_to_resolve)); in TF_BUILTIN()
H A Dbuiltins-promise-gen.cc443 Node* promise_to_resolve, Node* then, Node* thenable, Node* context) { in AllocatePromiseResolveThenableJobTask() argument
451 promise_to_resolve); in AllocatePromiseResolveThenableJobTask()
1060 Node* const promise_to_resolve = Parameter(Descriptor::kPromiseToResolve); in TF_BUILTIN() local
1066 CSA_ASSERT(this, IsJSPromise(promise_to_resolve)); in TF_BUILTIN()
1117 promise_to_resolve); in TF_BUILTIN()
1125 promise_to_resolve, FalseConstant(), native_context); in TF_BUILTIN()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dobjects-debug.cc1259 VerifyHeapPointer(promise_to_resolve()); in PromiseResolveThenableJobTaskVerify()
1260 CHECK(promise_to_resolve()->IsJSPromise()); in PromiseResolveThenableJobTaskVerify()
H A Dobjects-printer.cc1556 os << "\n - promise_to_resolve: " << Brief(promise_to_resolve()); in PromiseResolveThenableJobTaskPrint()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dfactory.h373 Handle<JSPromise> promise_to_resolve, Handle<JSReceiver> then,
H A Dfactory.cc1275 Handle<JSPromise> promise_to_resolve, Handle<JSReceiver> then, in NewPromiseResolveThenableJobTask() argument
1281 microtask->set_promise_to_resolve(*promise_to_resolve); in NewPromiseResolveThenableJobTask()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dfactory.h389 Handle<JSPromise> promise_to_resolve, Handle<JSReceiver> thenable,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dfactory.h399 Handle<JSPromise> promise_to_resolve, Handle<JSReceiver> thenable,
H A Dfactory.cc1288 Handle<JSPromise> promise_to_resolve, Handle<JSReceiver> thenable, in NewPromiseResolveThenableJobTask() argument
1294 microtask->set_promise_to_resolve(*promise_to_resolve); in NewPromiseResolveThenableJobTask()
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dfactory.h419 Handle<JSPromise> promise_to_resolve, Handle<JSReceiver> then,

12