[Webkit-unassigned] [Bug 288605] `toString` method of `obj` is triggered by `console.log(obj)`
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 27 05:25:25 PST 2025
https://bugs.webkit.org/show_bug.cgi?id=288605
--- Comment #2 from Razvan Caliman <rcaliman at apple.com> ---
Breadcrumbs for investigation:
WI.RuntimeManager.evaluateInInspectedWindow()
----- inspector protocol -----
- PageRuntimeAgent::evaluate() --> gets or creates InjectedScript via PageRuntimeAgent::injectedScriptForEval()
- InspectorRuntimeAgent::evaluate()
- InjectedScript::evaluate() --> creates ScriptFunctionCall
- InjectedScriptBase::makeEvalCall()
- InjectedScriptBase::makeCall()
- InjectedScriptBase::toInspectorValue() --> using result from ScriptFunctionCall::call()
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20250227/0bbc79b7/attachment.htm>
More information about the webkit-unassigned
mailing list