You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... in order to let it access the caller JS frame directly to ease the
caller context computation (will be implemented in a follow-up CL).
Additional changes related to CallApiCallbackGeneric:
1) introduce ApiCallbackExit frame so that Api functions called via
CallApiCallbackGeneric could appear in the exception stack traces
and to allow CallApiCallbackGeneric perform callback side effects
checking when necessary,
2) add reference from CallHandlerInfo to FunctionTemplateInfo or
ObjectTemplateInfo, so that CallApiCallbackGeneric could find the
respective "function" object for side effects checking,
3) remove CSA::IsSideEffectFreeDebuggingActive() because
CallApiCallbackGeneric is now able to handle side effects checking.
Bug: v8:13825
Change-Id: I5a96051c60a8b361e27077ff76103ad93e599843
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4582948
Reviewed-by: Marja Hölttä <[email protected]>
Commit-Queue: Igor Sheludko <[email protected]>
Cr-Commit-Position: refs/heads/main@{#88141}
0 commit comments