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

Side by Side Diff: src/v8.gyp

Issue 2663803002: [string] Migrate String.prototype.{split,replace} to TF (Closed)
Patch Set: Remove debug-evaluate whitelisting 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',
510 'builtins/builtins-sharedarraybuffer.cc', 511 'builtins/builtins-sharedarraybuffer.cc',
511 'builtins/builtins-string.cc', 512 'builtins/builtins-string.cc',
512 'builtins/builtins-symbol.cc', 513 'builtins/builtins-symbol.cc',
513 'builtins/builtins-typedarray.cc', 514 'builtins/builtins-typedarray.cc',
514 'builtins/builtins-utils.h', 515 'builtins/builtins-utils.h',
515 'builtins/builtins.cc', 516 'builtins/builtins.cc',
516 'builtins/builtins.h', 517 'builtins/builtins.h',
517 'cached-powers.cc', 518 'cached-powers.cc',
518 'cached-powers.h', 519 'cached-powers.h',
519 'cancelable-task.cc', 520 'cancelable-task.cc',
(...skipping 1980 matching lines...) Expand 10 before | Expand all | Expand 10 after
2500 'conditions': [ 2501 'conditions': [
2501 ['want_separate_host_toolset_mkpeephole==1', { 2502 ['want_separate_host_toolset_mkpeephole==1', {
2502 'toolsets': ['host'], 2503 'toolsets': ['host'],
2503 }, { 2504 }, {
2504 'toolsets': ['target'], 2505 'toolsets': ['target'],
2505 }], 2506 }],
2506 ], 2507 ],
2507 }, 2508 },
2508 ], 2509 ],
2509 } 2510 }
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