mirrored from https://chromium.googlesource.com/v8/v8.git
-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
toString on JS Proxies are leaking, see this sample code: undefined[Function.prototype.toString] undefined[new Proxy(Function.prototype.toString, {})] This change fixes the behavior. Patch credits to Yusif <[email protected]> Change-Id: Id82a0a5c245469973452a3e6609cb91978274b8e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2739980 Commit-Queue: Leszek Swirski <[email protected]> Reviewed-by: Leszek Swirski <[email protected]> Cr-Commit-Position: refs/heads/master@{#73625}
- Loading branch information
Showing
3 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -167,6 +167,7 @@ Milton Chiang <[email protected]> | |
Mu Tao <[email protected]> | ||
Myeong-bo Shim <[email protected]> | ||
Nicolas Antonius Ernst Leopold Maria Kaiser <[email protected]> | ||
Niek van der Maas <[email protected]> | ||
Niklas Hambüchen <[email protected]> | ||
Noj Vek <[email protected]> | ||
Oleksandr Chekhovskyi <[email protected]> | ||
|
@@ -235,6 +236,7 @@ Yi Wang <[email protected]> | |
Yong Wang <[email protected]> | ||
Youfeng Hao <[email protected]> | ||
Yu Yin <[email protected]> | ||
Yusif Khudhur <[email protected]> | ||
Zac Hansen <[email protected]> | ||
Zeynep Cankara <[email protected]> | ||
Zhao Jiazhong <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters