Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Side by Side Diff: tools/gyp/v8.gyp

Issue 1128233008: [es6] Iterators and generators should "extend" %IteratorPrototype% (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add missing files Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/mjsunit/es6/iterator-prototype.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 1703 matching lines...) Expand 10 before | Expand all | Expand 10 after
1714 '../../src/symbol.js', 1714 '../../src/symbol.js',
1715 '../../src/array.js', 1715 '../../src/array.js',
1716 '../../src/string.js', 1716 '../../src/string.js',
1717 '../../src/uri.js', 1717 '../../src/uri.js',
1718 '../../src/math.js', 1718 '../../src/math.js',
1719 '../../src/third_party/fdlibm/fdlibm.js', 1719 '../../src/third_party/fdlibm/fdlibm.js',
1720 '../../src/date.js', 1720 '../../src/date.js',
1721 '../../src/regexp.js', 1721 '../../src/regexp.js',
1722 '../../src/arraybuffer.js', 1722 '../../src/arraybuffer.js',
1723 '../../src/typedarray.js', 1723 '../../src/typedarray.js',
1724 '../../src/iterator-prototype.js',
1724 '../../src/generator.js', 1725 '../../src/generator.js',
1725 '../../src/object-observe.js', 1726 '../../src/object-observe.js',
1726 '../../src/collection.js', 1727 '../../src/collection.js',
1727 '../../src/weak-collection.js', 1728 '../../src/weak-collection.js',
1728 '../../src/collection-iterator.js', 1729 '../../src/collection-iterator.js',
1729 '../../src/promise.js', 1730 '../../src/promise.js',
1730 '../../src/messages.js', 1731 '../../src/messages.js',
1731 '../../src/json.js', 1732 '../../src/json.js',
1732 '../../src/array-iterator.js', 1733 '../../src/array-iterator.js',
1733 '../../src/string-iterator.js', 1734 '../../src/string-iterator.js',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1881 }], 1882 }],
1882 ['want_separate_host_toolset==1', { 1883 ['want_separate_host_toolset==1', {
1883 'toolsets': ['host'], 1884 'toolsets': ['host'],
1884 }, { 1885 }, {
1885 'toolsets': ['target'], 1886 'toolsets': ['target'],
1886 }], 1887 }],
1887 ], 1888 ],
1888 }, 1889 },
1889 ], 1890 ],
1890 } 1891 }
OLDNEW
« no previous file with comments | « test/mjsunit/es6/iterator-prototype.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698