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

Side by Side Diff: src/v8.gyp

Issue 2398413002: [regexp] Extract code to regexp-utils.{h,cc} (Closed)
Patch Set: Move IsRegExp to RegExpUtils as well 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/regexp/regexp-utils.cc ('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 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1120 'regexp/regexp-macro-assembler-irregexp.cc', 1120 'regexp/regexp-macro-assembler-irregexp.cc',
1121 'regexp/regexp-macro-assembler-irregexp.h', 1121 'regexp/regexp-macro-assembler-irregexp.h',
1122 'regexp/regexp-macro-assembler-tracer.cc', 1122 'regexp/regexp-macro-assembler-tracer.cc',
1123 'regexp/regexp-macro-assembler-tracer.h', 1123 'regexp/regexp-macro-assembler-tracer.h',
1124 'regexp/regexp-macro-assembler.cc', 1124 'regexp/regexp-macro-assembler.cc',
1125 'regexp/regexp-macro-assembler.h', 1125 'regexp/regexp-macro-assembler.h',
1126 'regexp/regexp-parser.cc', 1126 'regexp/regexp-parser.cc',
1127 'regexp/regexp-parser.h', 1127 'regexp/regexp-parser.h',
1128 'regexp/regexp-stack.cc', 1128 'regexp/regexp-stack.cc',
1129 'regexp/regexp-stack.h', 1129 'regexp/regexp-stack.h',
1130 'regexp/regexp-utils.cc',
1131 'regexp/regexp-utils.h',
1130 'register-configuration.cc', 1132 'register-configuration.cc',
1131 'register-configuration.h', 1133 'register-configuration.h',
1132 'runtime-profiler.cc', 1134 'runtime-profiler.cc',
1133 'runtime-profiler.h', 1135 'runtime-profiler.h',
1134 'runtime/runtime-array.cc', 1136 'runtime/runtime-array.cc',
1135 'runtime/runtime-atomics.cc', 1137 'runtime/runtime-atomics.cc',
1136 'runtime/runtime-classes.cc', 1138 'runtime/runtime-classes.cc',
1137 'runtime/runtime-collections.cc', 1139 'runtime/runtime-collections.cc',
1138 'runtime/runtime-compiler.cc', 1140 'runtime/runtime-compiler.cc',
1139 'runtime/runtime-date.cc', 1141 'runtime/runtime-date.cc',
(...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after
2471 'conditions': [ 2473 'conditions': [
2472 ['want_separate_host_toolset_mkpeephole==1', { 2474 ['want_separate_host_toolset_mkpeephole==1', {
2473 'toolsets': ['host'], 2475 'toolsets': ['host'],
2474 }, { 2476 }, {
2475 'toolsets': ['target'], 2477 'toolsets': ['target'],
2476 }], 2478 }],
2477 ], 2479 ],
2478 }, 2480 },
2479 ], 2481 ],
2480 } 2482 }
OLDNEW
« no previous file with comments | « src/regexp/regexp-utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698