Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Clean up JavaScriptCore/builtins
https://bugs.webkit.org/show_bug.cgi?id=143177 Patch by Joseph Pecoraro <pecoraro@apple.com> on 2015-03-28 Reviewed by Ryosuke Niwa. * builtins/ArrayConstructor.js: (from): - We can compare to undefined instead of using a typeof undefined check. - Converge on double quoted strings everywhere. * builtins/ArrayIterator.prototype.js: (next): * builtins/StringIterator.prototype.js: (next): - Use shorthand object construction to avoid duplication. - Improve grammar in error messages. * tests/stress/array-iterators-next-with-call.js: * tests/stress/string-iterators.js: - Update for new error message strings. Canonical link: https://commits.webkit.org/161218@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@182118 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
34c51c7
commit 6170817
Showing
6 changed files
with
35 additions
and
19 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
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