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

Side by Side Diff: src/v8.gyp

Issue 2671673003: Revert of [string] Migrate String.prototype.{split,replace} to TF (Closed)
Patch Set: Created 3 years, 10 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
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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 'builtins/builtins-interpreter.cc', 500 'builtins/builtins-interpreter.cc',
501 'builtins/builtins-json.cc', 501 'builtins/builtins-json.cc',
502 'builtins/builtins-math.cc', 502 'builtins/builtins-math.cc',
503 'builtins/builtins-number.cc', 503 'builtins/builtins-number.cc',
504 'builtins/builtins-object.cc', 504 'builtins/builtins-object.cc',
505 'builtins/builtins-promise.cc', 505 'builtins/builtins-promise.cc',
506 'builtins/builtins-promise.h', 506 'builtins/builtins-promise.h',
507 'builtins/builtins-proxy.cc', 507 'builtins/builtins-proxy.cc',
508 'builtins/builtins-reflect.cc', 508 'builtins/builtins-reflect.cc',
509 'builtins/builtins-regexp.cc', 509 'builtins/builtins-regexp.cc',
510 'builtins/builtins-regexp.h',
511 'builtins/builtins-sharedarraybuffer.cc', 510 'builtins/builtins-sharedarraybuffer.cc',
512 'builtins/builtins-string.cc', 511 'builtins/builtins-string.cc',
513 'builtins/builtins-symbol.cc', 512 'builtins/builtins-symbol.cc',
514 'builtins/builtins-typedarray.cc', 513 'builtins/builtins-typedarray.cc',
515 'builtins/builtins-utils.h', 514 'builtins/builtins-utils.h',
516 'builtins/builtins.cc', 515 'builtins/builtins.cc',
517 'builtins/builtins.h', 516 'builtins/builtins.h',
518 'cached-powers.cc', 517 'cached-powers.cc',
519 'cached-powers.h', 518 'cached-powers.h',
520 'cancelable-task.cc', 519 'cancelable-task.cc',
(...skipping 1980 matching lines...) Expand 10 before | Expand all | Expand 10 after
2501 'conditions': [ 2500 'conditions': [
2502 ['want_separate_host_toolset_mkpeephole==1', { 2501 ['want_separate_host_toolset_mkpeephole==1', {
2503 'toolsets': ['host'], 2502 'toolsets': ['host'],
2504 }, { 2503 }, {
2505 'toolsets': ['target'], 2504 'toolsets': ['target'],
2506 }], 2505 }],
2507 ], 2506 ],
2508 }, 2507 },
2509 ], 2508 ],
2510 } 2509 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-strings.cc ('k') | test/debugger/debug/debug-evaluate-no-side-effect-builtins.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698