OLD | NEW |
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 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 'builtins/builtins-interpreter.cc', | 490 'builtins/builtins-interpreter.cc', |
491 'builtins/builtins-iterator.cc', | 491 'builtins/builtins-iterator.cc', |
492 'builtins/builtins-json.cc', | 492 'builtins/builtins-json.cc', |
493 'builtins/builtins-math.cc', | 493 'builtins/builtins-math.cc', |
494 'builtins/builtins-number.cc', | 494 'builtins/builtins-number.cc', |
495 'builtins/builtins-object.cc', | 495 'builtins/builtins-object.cc', |
496 'builtins/builtins-proxy.cc', | 496 'builtins/builtins-proxy.cc', |
497 'builtins/builtins-reflect.cc', | 497 'builtins/builtins-reflect.cc', |
498 'builtins/builtins-regexp.cc', | 498 'builtins/builtins-regexp.cc', |
499 'builtins/builtins-sharedarraybuffer.cc', | 499 'builtins/builtins-sharedarraybuffer.cc', |
| 500 'builtins/builtins-spread.cc', |
500 'builtins/builtins-string.cc', | 501 'builtins/builtins-string.cc', |
501 'builtins/builtins-symbol.cc', | 502 'builtins/builtins-symbol.cc', |
502 'builtins/builtins-typedarray.cc', | 503 'builtins/builtins-typedarray.cc', |
503 'builtins/builtins-utils.h', | 504 'builtins/builtins-utils.h', |
504 'builtins/builtins.cc', | 505 'builtins/builtins.cc', |
505 'builtins/builtins.h', | 506 'builtins/builtins.h', |
506 'cached-powers.cc', | 507 'cached-powers.cc', |
507 'cached-powers.h', | 508 'cached-powers.h', |
508 'cancelable-task.cc', | 509 'cancelable-task.cc', |
509 'cancelable-task.h', | 510 'cancelable-task.h', |
(...skipping 1960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2470 'conditions': [ | 2471 'conditions': [ |
2471 ['want_separate_host_toolset_mkpeephole==1', { | 2472 ['want_separate_host_toolset_mkpeephole==1', { |
2472 'toolsets': ['host'], | 2473 'toolsets': ['host'], |
2473 }, { | 2474 }, { |
2474 'toolsets': ['target'], | 2475 'toolsets': ['target'], |
2475 }], | 2476 }], |
2476 ], | 2477 ], |
2477 }, | 2478 }, |
2478 ], | 2479 ], |
2479 } | 2480 } |
OLD | NEW |