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

Side by Side Diff: src/v8.gyp

Issue 2246963002: [isolate] Remove unused exception handle (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: microtaskq.js Created 4 years, 4 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/promise.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 2141 matching lines...) Expand 10 before | Expand all | Expand 10 after
2152 'js/string.js', 2152 'js/string.js',
2153 'js/math.js', 2153 'js/math.js',
2154 'js/regexp.js', 2154 'js/regexp.js',
2155 'js/arraybuffer.js', 2155 'js/arraybuffer.js',
2156 'js/typedarray.js', 2156 'js/typedarray.js',
2157 'js/iterator-prototype.js', 2157 'js/iterator-prototype.js',
2158 'js/collection.js', 2158 'js/collection.js',
2159 'js/weak-collection.js', 2159 'js/weak-collection.js',
2160 'js/collection-iterator.js', 2160 'js/collection-iterator.js',
2161 'js/promise.js', 2161 'js/promise.js',
2162 'js/microtaskq.js',
2162 'js/messages.js', 2163 'js/messages.js',
2163 'js/array-iterator.js', 2164 'js/array-iterator.js',
2164 'js/string-iterator.js', 2165 'js/string-iterator.js',
2165 'js/templates.js', 2166 'js/templates.js',
2166 'js/spread.js', 2167 'js/spread.js',
2167 'js/proxy.js', 2168 'js/proxy.js',
2168 'debug/mirrors.js', 2169 'debug/mirrors.js',
2169 'debug/debug.js', 2170 'debug/debug.js',
2170 'debug/liveedit.js', 2171 'debug/liveedit.js',
2171 ], 2172 ],
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
2394 'conditions': [ 2395 'conditions': [
2395 ['want_separate_host_toolset_mkpeephole==1', { 2396 ['want_separate_host_toolset_mkpeephole==1', {
2396 'toolsets': ['host'], 2397 'toolsets': ['host'],
2397 }, { 2398 }, {
2398 'toolsets': ['target'], 2399 'toolsets': ['target'],
2399 }], 2400 }],
2400 ], 2401 ],
2401 }, 2402 },
2402 ], 2403 ],
2403 } 2404 }
OLDNEW
« no previous file with comments | « src/js/promise.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698