HomeSort by relevance Sort by last modified time
    Searched refs:awaitPromise (Results 1 - 2 of 2) sorted by null

  /external/v8/src/inspector/
v8-runtime-agent-impl.h 68 Maybe<bool> awaitPromise, Maybe<bool> throwOnSideEffect,
71 void awaitPromise(const String16& promiseObjectId, Maybe<bool> returnByValue,
79 Maybe<bool> awaitPromise, Maybe<int> executionContextId,
103 Maybe<bool> generatePreview, Maybe<bool> awaitPromise,
v8-runtime-agent-impl.cc 114 bool awaitPromise, const String16& objectGroup,
190 if (!awaitPromise || scope.tryCatch().HasCaught()) {
236 Maybe<bool> awaitPromise, Maybe<bool> throwOnSideEffect,
287 if (!awaitPromise.fromMaybe(false) || scope.tryCatch().HasCaught()) {
300 void V8RuntimeAgentImpl::awaitPromise(
325 Maybe<bool> userGesture, Maybe<bool> awaitPromise,
349 userGesture.fromMaybe(false), awaitPromise.fromMaybe(false),
372 userGesture.fromMaybe(false), awaitPromise.fromMaybe(false),
525 Maybe<bool> generatePreview, Maybe<bool> awaitPromise,
580 if (!awaitPromise.fromMaybe(false) || scope.tryCatch().HasCaught())
    [all...]

Completed in 1517 milliseconds