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

Side by Side Diff: src/v8.gyp

Issue 2348493003: [builtins] move String.prototype[@@iterator] to C++ builtin (Closed)
Patch Set: V8 (rebase + fix bytecode expectations) 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/objects-inl.h ('k') | test/cctest/interpreter/bytecode_expectations/CallRuntime.golden » ('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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 'builtins/builtins-dataview.cc', 488 'builtins/builtins-dataview.cc',
489 'builtins/builtins-date.cc', 489 'builtins/builtins-date.cc',
490 'builtins/builtins-debug.cc', 490 'builtins/builtins-debug.cc',
491 'builtins/builtins-error.cc', 491 'builtins/builtins-error.cc',
492 'builtins/builtins-function.cc', 492 'builtins/builtins-function.cc',
493 'builtins/builtins-generator.cc', 493 'builtins/builtins-generator.cc',
494 'builtins/builtins-global.cc', 494 'builtins/builtins-global.cc',
495 'builtins/builtins-handler.cc', 495 'builtins/builtins-handler.cc',
496 'builtins/builtins-internal.cc', 496 'builtins/builtins-internal.cc',
497 'builtins/builtins-interpreter.cc', 497 'builtins/builtins-interpreter.cc',
498 'builtins/builtins-iterator.cc',
498 'builtins/builtins-json.cc', 499 'builtins/builtins-json.cc',
499 'builtins/builtins-math.cc', 500 'builtins/builtins-math.cc',
500 'builtins/builtins-number.cc', 501 'builtins/builtins-number.cc',
501 'builtins/builtins-object.cc', 502 'builtins/builtins-object.cc',
502 'builtins/builtins-proxy.cc', 503 'builtins/builtins-proxy.cc',
503 'builtins/builtins-reflect.cc', 504 'builtins/builtins-reflect.cc',
504 'builtins/builtins-sharedarraybuffer.cc', 505 'builtins/builtins-sharedarraybuffer.cc',
505 'builtins/builtins-string.cc', 506 'builtins/builtins-string.cc',
506 'builtins/builtins-symbol.cc', 507 'builtins/builtins-symbol.cc',
507 'builtins/builtins-typedarray.cc', 508 'builtins/builtins-typedarray.cc',
(...skipping 1689 matching lines...) Expand 10 before | Expand all | Expand 10 after
2197 'js/prologue.js', 2198 'js/prologue.js',
2198 'js/runtime.js', 2199 'js/runtime.js',
2199 'js/v8natives.js', 2200 'js/v8natives.js',
2200 'js/symbol.js', 2201 'js/symbol.js',
2201 'js/array.js', 2202 'js/array.js',
2202 'js/string.js', 2203 'js/string.js',
2203 'js/math.js', 2204 'js/math.js',
2204 'js/regexp.js', 2205 'js/regexp.js',
2205 'js/arraybuffer.js', 2206 'js/arraybuffer.js',
2206 'js/typedarray.js', 2207 'js/typedarray.js',
2207 'js/iterator-prototype.js',
2208 'js/collection.js', 2208 'js/collection.js',
2209 'js/weak-collection.js', 2209 'js/weak-collection.js',
2210 'js/collection-iterator.js', 2210 'js/collection-iterator.js',
2211 'js/promise.js', 2211 'js/promise.js',
2212 'js/messages.js', 2212 'js/messages.js',
2213 'js/array-iterator.js', 2213 'js/array-iterator.js',
2214 'js/string-iterator.js',
2215 'js/templates.js', 2214 'js/templates.js',
2216 'js/spread.js', 2215 'js/spread.js',
2217 'js/proxy.js', 2216 'js/proxy.js',
2218 'debug/mirrors.js', 2217 'debug/mirrors.js',
2219 'debug/debug.js', 2218 'debug/debug.js',
2220 'debug/liveedit.js', 2219 'debug/liveedit.js',
2221 ], 2220 ],
2222 'experimental_library_files': [ 2221 'experimental_library_files': [
2223 'js/macros.py', 2222 'js/macros.py',
2224 'messages.h', 2223 'messages.h',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
2443 'conditions': [ 2442 'conditions': [
2444 ['want_separate_host_toolset_mkpeephole==1', { 2443 ['want_separate_host_toolset_mkpeephole==1', {
2445 'toolsets': ['host'], 2444 'toolsets': ['host'],
2446 }, { 2445 }, {
2447 'toolsets': ['target'], 2446 'toolsets': ['target'],
2448 }], 2447 }],
2449 ], 2448 ],
2450 }, 2449 },
2451 ], 2450 ],
2452 } 2451 }
OLDNEW
« no previous file with comments | « src/objects-inl.h ('k') | test/cctest/interpreter/bytecode_expectations/CallRuntime.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698