Home
last modified time | relevance | path

Searched refs:awaitPromise (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dv8-runtime-agent-impl.h74 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,
H A Dv8-runtime-agent-impl.cc119 bool silent, WrapMode wrapMode, bool userGesture, bool awaitPromise, in innerCallFunctionOn()
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()
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()
631 if (!awaitPromise.fromMaybe(false) || scope.tryCatch().HasCaught()) { in runScript()
115 innerCallFunctionOn( V8InspectorSessionImpl* session, InjectedScript::Scope& scope, v8::Local<v8::Value> recv, const String16& expression, Maybe<protocol::Array<protocol::Runtime::CallArgument>> optionalArguments, bool silent, WrapMode wrapMode, bool userGesture, bool awaitPromise, const String16& objectGroup, bool throw_on_side_effect, std::unique_ptr<V8RuntimeAgentImpl::CallFunctionOnCallback> callback) innerCallFunctionOn() argument
367 callFunctionOn( const String16& expression, Maybe<String16> objectId, Maybe<protocol::Array<protocol::Runtime::CallArgument>> optionalArguments, Maybe<bool> silent, Maybe<bool> returnByValue, Maybe<bool> generatePreview, Maybe<bool> userGesture, Maybe<bool> awaitPromise, Maybe<int> executionContextId, Maybe<String16> objectGroup, Maybe<bool> throwOnSideEffect, Maybe<bool> generateWebDriverValue, std::unique_ptr<CallFunctionOnCallback> callback) callFunctionOn() argument
567 runScript( const String16& scriptId, Maybe<int> executionContextId, Maybe<String16> objectGroup, Maybe<bool> silent, Maybe<bool> includeCommandLineAPI, Maybe<bool> returnByValue, Maybe<bool> generatePreview, Maybe<bool> awaitPromise, std::unique_ptr<RunScriptCallback> callback) runScript() argument
/third_party/node/lib/
H A Drepl.js441 let awaitPromise = false;
482 awaitPromise = true;
545 awaitPromise = false;
626 if (awaitPromise && !err) {
665 if (!awaitPromise || err) {

Completed in 4 milliseconds