Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
src: remove V8_FT_ADAPTOR for V8 update
V8 has removed argument adapter frames. This commit removes them from the Node.js codebase as well. PR-URL: #37587 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
- Loading branch information
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
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
| @@ -392,24 +392,6 @@ dtrace:helper:ustack: | ||
| this->ii = 0; | ||
| } | ||
|
|
||
| /* | ||
| * Check for other common frame types for which we also have nothing to add. | ||
| */ | ||

