forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert of [gin] Add Arguments::GetAll() (patchset Pissandshittium#1 i…
…d:1 of https://codereview.chromium.org/2824883002/ ) Reason for revert: Broke Win64 Compile: https://build.chromium.org/p/chromium/builders/Win%20x64/builds/10538 Original issue's description: > [gin] Add Arguments::GetAll() > > Add an Arguments::GetAll() function that returns all arguments as a > std::vector<v8::Local<v8::Value>>. This is more clear, concise, and > slightly more performant than the alternative of using > Arguments::GetRemaining() since it doesn't require trying to convert > and avoids unnecessary calls. > > Add a test for the new method. > > BUG=None > > Review-Url: https://codereview.chromium.org/2824883002 > Cr-Commit-Position: refs/heads/master@{#465253} > Committed: https://chromium.googlesource.com/chromium/src/+/3853b0bd67adec1b98b222196b89aca2468b9fe2 TBR=jochen@chromium.org,rdevlin.cronin@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=None Review-Url: https://codereview.chromium.org/2820113004 Cr-Commit-Position: refs/heads/master@{#465268}
- Loading branch information
Showing
4 changed files
with
5 additions
and
82 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
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
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