Searched refs:awaitPromise (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/inspector/ |
D | v8-runtime-agent-impl.h | 74 Maybe<bool> awaitPromise, Maybe<bool> throwOnSideEffect, 80 void awaitPromise(const String16& promiseObjectId, Maybe<bool> returnByValue, 88 Maybe<bool> awaitPromise, Maybe<int> executionContextId, 116 Maybe<bool> generatePreview, Maybe<bool> awaitPromise,
|
D | v8-runtime-agent-impl.cc | 119 bool silent, WrapMode wrapMode, bool userGesture, bool awaitPromise, in innerCallFunctionOn() argument 197 if (!awaitPromise || scope.tryCatch().HasCaught()) { in innerCallFunctionOn() 343 void V8RuntimeAgentImpl::awaitPromise( in awaitPromise() function in v8_inspector::V8RuntimeAgentImpl 371 Maybe<bool> userGesture, Maybe<bool> awaitPromise, in callFunctionOn() argument 400 userGesture.fromMaybe(false), awaitPromise.fromMaybe(false), in callFunctionOn() 422 userGesture.fromMaybe(false), awaitPromise.fromMaybe(false), in callFunctionOn() 571 Maybe<bool> generatePreview, Maybe<bool> awaitPromise, in runScript() argument 631 if (!awaitPromise.fromMaybe(false) || scope.tryCatch().HasCaught()) { in runScript()
|
/third_party/node/lib/ |
D | repl.js | 441 let awaitPromise = false; 482 awaitPromise = true; 545 awaitPromise = false; 626 if (awaitPromise && !err) { 665 if (!awaitPromise || err) {
|
/third_party/node/deps/v8/include/ |
D | js_protocol.pdl | 1299 command awaitPromise 1336 optional boolean awaitPromise 1408 optional boolean awaitPromise 1535 optional boolean awaitPromise
|