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

Side by Side Diff: src/v8.gyp

Issue 2312743002: Revert of [regexp] Port RegExpConstructor (Closed)
Patch Set: Format Created 4 years, 3 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/js/regexp.js ('k') | no next file » | 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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 'builtins/builtins-global.cc', 500 'builtins/builtins-global.cc',
501 'builtins/builtins-handler.cc', 501 'builtins/builtins-handler.cc',
502 'builtins/builtins-internal.cc', 502 'builtins/builtins-internal.cc',
503 'builtins/builtins-interpreter.cc', 503 'builtins/builtins-interpreter.cc',
504 'builtins/builtins-json.cc', 504 'builtins/builtins-json.cc',
505 'builtins/builtins-math.cc', 505 'builtins/builtins-math.cc',
506 'builtins/builtins-number.cc', 506 'builtins/builtins-number.cc',
507 'builtins/builtins-object.cc', 507 'builtins/builtins-object.cc',
508 'builtins/builtins-proxy.cc', 508 'builtins/builtins-proxy.cc',
509 'builtins/builtins-reflect.cc', 509 'builtins/builtins-reflect.cc',
510 'builtins/builtins-regexp.cc',
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 1898 matching lines...) Expand 10 before | Expand all | Expand 10 after
2419 'conditions': [ 2418 'conditions': [
2420 ['want_separate_host_toolset_mkpeephole==1', { 2419 ['want_separate_host_toolset_mkpeephole==1', {
2421 'toolsets': ['host'], 2420 'toolsets': ['host'],
2422 }, { 2421 }, {
2423 'toolsets': ['target'], 2422 'toolsets': ['target'],
2424 }], 2423 }],
2425 ], 2424 ],
2426 }, 2425 },
2427 ], 2426 ],
2428 } 2427 }
OLDNEW
« no previous file with comments | « src/js/regexp.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698