Searched defs:returnByValue (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/inspector/
H A Dinjected-script.cc381 const String16& objectGroup, bool returnByValue, bool generatePreview,
388 Response response = wrapObject(resultValue, objectGroup, returnByValue,
379 wrapEvaluateResult( v8::MaybeLocal<v8::Value> maybeResultValue, const v8::TryCatch& tryCatch, const String16& objectGroup, bool returnByValue, bool generatePreview, std::unique_ptr<protocol::Runtime::RemoteObject>* result, Maybe<protocol::Runtime::ExceptionDetails>* exceptionDetails) argument
H A Dv8-runtime-agent-impl.cc68 bool returnByValue, bool generatePreview,
85 returnByValue, generatePreview, std::move(callback));
159 bool returnByValue, bool generatePreview,
165 m_returnByValue(returnByValue),
219 const String16& objectGroup, bool returnByValue,
225 maybeResultValue, tryCatch, objectGroup, returnByValue, generatePreview,
266 Maybe<int> executionContextId, Maybe<bool> returnByValue,
316 returnByValue.fromMaybe(false),
324 returnByValue.fromMaybe(false), generatePreview.fromMaybe(false),
329 const String16& promiseObjectId, Maybe<bool> returnByValue,
64 add(V8InspectorImpl* inspector, v8::Local<v8::Context> context, v8::MaybeLocal<v8::Value> value, const String16& notPromiseError, int contextGroupId, int executionContextId, const String16& objectGroup, bool returnByValue, bool generatePreview, std::unique_ptr<Callback> callback) argument
157 ProtocolPromiseHandler(V8InspectorImpl* inspector, int contextGroupId, int executionContextId, const String16& objectGroup, bool returnByValue, bool generatePreview, std::unique_ptr<Callback> callback) argument
216 wrapEvaluateResultAsync(InjectedScript* injectedScript, v8::MaybeLocal<v8::Value> maybeResultValue, const v8::TryCatch& tryCatch, const String16& objectGroup, bool returnByValue, bool generatePreview, Callback* callback) argument
263 evaluate( const String16& expression, Maybe<String16> objectGroup, Maybe<bool> includeCommandLineAPI, Maybe<bool> silent, Maybe<int> executionContextId, Maybe<bool> returnByValue, Maybe<bool> generatePreview, Maybe<bool> userGesture, Maybe<bool> awaitPromise, std::unique_ptr<EvaluateCallback> callback) argument
328 awaitPromise( const String16& promiseObjectId, Maybe<bool> returnByValue, Maybe<bool> generatePreview, std::unique_ptr<AwaitPromiseCallback> callback) argument
347 callFunctionOn( const String16& objectId, const String16& expression, Maybe<protocol::Array<protocol::Runtime::CallArgument>> optionalArguments, Maybe<bool> silent, Maybe<bool> returnByValue, Maybe<bool> generatePreview, Maybe<bool> userGesture, Maybe<bool> awaitPromise, std::unique_ptr<CallFunctionOnCallback> callback) argument
577 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) argument
[all...]
H A Dv8-debugger-agent-impl.cc705 Maybe<bool> silent, Maybe<bool> returnByValue, Maybe<bool> generatePreview,
730 returnByValue.fromMaybe(false), generatePreview.fromMaybe(false), result,
702 evaluateOnCallFrame( const String16& callFrameId, const String16& expression, Maybe<String16> objectGroup, Maybe<bool> includeCommandLineAPI, Maybe<bool> silent, Maybe<bool> returnByValue, Maybe<bool> generatePreview, Maybe<bool> throwOnSideEffect, std::unique_ptr<RemoteObject>* result, Maybe<protocol::Runtime::ExceptionDetails>* exceptionDetails) argument

Completed in 113 milliseconds