H A D | v8-runtime-agent-impl.cc | 119 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
|