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

Side by Side Diff: test/unittests/unittests.gyp

Issue 2702123002: Always early return from HandleApiCallHelper on access check failure. (Closed)
Patch Set: Return undefined for now 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
« no previous file with comments | « test/unittests/api/access-check-unittest.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 2014 the V8 project authors. All rights reserved. 1 # Copyright 2014 the V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # The sources are kept automatically in sync with BUILD.gn. 5 # The sources are kept automatically in sync with BUILD.gn.
6 6
7 { 7 {
8 'variables': { 8 'variables': {
9 'v8_code': 1, 9 'v8_code': 1,
10 'unittests_sources': [ ### gcmole(all) ### 10 'unittests_sources': [ ### gcmole(all) ###
11 'api/access-check-unittest.cc',
11 'api/exception-unittest.cc', 12 'api/exception-unittest.cc',
12 'api/isolate-unittest.cc', 13 'api/isolate-unittest.cc',
13 'api/remote-object-unittest.cc', 14 'api/remote-object-unittest.cc',
14 'api/v8-object-unittest.cc', 15 'api/v8-object-unittest.cc',
15 'base/atomic-utils-unittest.cc', 16 'base/atomic-utils-unittest.cc',
16 'base/bits-unittest.cc', 17 'base/bits-unittest.cc',
17 'base/cpu-unittest.cc', 18 'base/cpu-unittest.cc',
18 'base/division-by-constant-unittest.cc', 19 'base/division-by-constant-unittest.cc',
19 'base/flags-unittest.cc', 20 'base/flags-unittest.cc',
20 'base/functional-unittest.cc', 21 'base/functional-unittest.cc',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 '../../gypfiles/isolate.gypi', 283 '../../gypfiles/isolate.gypi',
283 ], 284 ],
284 'sources': [ 285 'sources': [
285 'unittests.isolate', 286 'unittests.isolate',
286 ], 287 ],
287 }, 288 },
288 ], 289 ],
289 }], 290 }],
290 ], 291 ],
291 } 292 }
OLDNEW
« no previous file with comments | « test/unittests/api/access-check-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698