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

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

Issue 2087823002: Optionally invoke an interceptor on failed access checks (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updates Created 4 years, 5 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/cctest/BUILD.gn ('k') | test/cctest/test-access-checks.cc » ('j') | 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'heap/test-compaction.cc', 112 'heap/test-compaction.cc',
113 'heap/test-heap.cc', 113 'heap/test-heap.cc',
114 'heap/test-incremental-marking.cc', 114 'heap/test-incremental-marking.cc',
115 'heap/test-lab.cc', 115 'heap/test-lab.cc',
116 'heap/test-mark-compact.cc', 116 'heap/test-mark-compact.cc',
117 'heap/test-page-promotion.cc', 117 'heap/test-page-promotion.cc',
118 'heap/test-spaces.cc', 118 'heap/test-spaces.cc',
119 'libsampler/test-sampler.cc', 119 'libsampler/test-sampler.cc',
120 'print-extension.cc', 120 'print-extension.cc',
121 'profiler-extension.cc', 121 'profiler-extension.cc',
122 'test-access-checks.cc',
122 'test-accessors.cc', 123 'test-accessors.cc',
123 'test-api.cc', 124 'test-api.cc',
124 'test-api.h', 125 'test-api.h',
125 'test-api-accessors.cc', 126 'test-api-accessors.cc',
126 'test-api-interceptors.cc', 127 'test-api-interceptors.cc',
127 'test-api-fast-accessor-builder.cc', 128 'test-api-fast-accessor-builder.cc',
128 'test-array-list.cc', 129 'test-array-list.cc',
129 'test-ast.cc', 130 'test-ast.cc',
130 'test-ast-expression-visitor.cc', 131 'test-ast-expression-visitor.cc',
131 'test-asm-validator.cc', 132 'test-asm-validator.cc',
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 '../../gypfiles/isolate.gypi', 452 '../../gypfiles/isolate.gypi',
452 ], 453 ],
453 'sources': [ 454 'sources': [
454 'cctest.isolate', 455 'cctest.isolate',
455 ], 456 ],
456 }, 457 },
457 ], 458 ],
458 }], 459 }],
459 ], 460 ],
460 } 461 }
OLDNEW
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/test-access-checks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698