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

Side by Side Diff: src/v8.gyp

Issue 2405253006: [builtins] implement Array.prototype[@@iterator] in TFJ builtins (Closed)
Patch Set: latest round Created 4 years, 2 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 | « src/runtime/runtime-array.cc ('k') | test/test262/test262.status » ('j') | 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 2220 matching lines...) Expand 10 before | Expand all | Expand 10 after
2231 'js/array.js', 2231 'js/array.js',
2232 'js/string.js', 2232 'js/string.js',
2233 'js/regexp.js', 2233 'js/regexp.js',
2234 'js/arraybuffer.js', 2234 'js/arraybuffer.js',
2235 'js/typedarray.js', 2235 'js/typedarray.js',
2236 'js/collection.js', 2236 'js/collection.js',
2237 'js/weak-collection.js', 2237 'js/weak-collection.js',
2238 'js/collection-iterator.js', 2238 'js/collection-iterator.js',
2239 'js/promise.js', 2239 'js/promise.js',
2240 'js/messages.js', 2240 'js/messages.js',
2241 'js/array-iterator.js',
2242 'js/templates.js', 2241 'js/templates.js',
2243 'js/spread.js', 2242 'js/spread.js',
2244 'js/proxy.js', 2243 'js/proxy.js',
2245 'js/async-await.js', 2244 'js/async-await.js',
2246 'debug/mirrors.js', 2245 'debug/mirrors.js',
2247 'debug/debug.js', 2246 'debug/debug.js',
2248 'debug/liveedit.js', 2247 'debug/liveedit.js',
2249 ], 2248 ],
2250 'experimental_library_files': [ 2249 'experimental_library_files': [
2251 'js/macros.py', 2250 'js/macros.py',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
2478 'conditions': [ 2477 'conditions': [
2479 ['want_separate_host_toolset_mkpeephole==1', { 2478 ['want_separate_host_toolset_mkpeephole==1', {
2480 'toolsets': ['host'], 2479 'toolsets': ['host'],
2481 }, { 2480 }, {
2482 'toolsets': ['target'], 2481 'toolsets': ['target'],
2483 }], 2482 }],
2484 ], 2483 ],
2485 }, 2484 },
2486 ], 2485 ],
2487 } 2486 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-array.cc ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698