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

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

Issue 2676513008: [wasm] Managed<T> ensures T's lifetime does not leak past Isolate's (Closed)
Patch Set: link 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
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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'test-unscopables-hidden-prototype.cc', 201 'test-unscopables-hidden-prototype.cc',
202 'test-usecounters.cc', 202 'test-usecounters.cc',
203 'test-utils.cc', 203 'test-utils.cc',
204 'test-version.cc', 204 'test-version.cc',
205 'test-weakmaps.cc', 205 'test-weakmaps.cc',
206 'test-weaksets.cc', 206 'test-weaksets.cc',
207 'trace-extension.cc', 207 'trace-extension.cc',
208 'trace-extension.h', 208 'trace-extension.h',
209 'types-fuzz.h', 209 'types-fuzz.h',
210 'unicode-helpers.h', 210 'unicode-helpers.h',
211 'wasm/test-managed.cc',
212 'wasm/test-run-wasm.cc', 211 'wasm/test-run-wasm.cc',
213 'wasm/test-run-wasm-64.cc', 212 'wasm/test-run-wasm-64.cc',
214 'wasm/test-run-wasm-asmjs.cc', 213 'wasm/test-run-wasm-asmjs.cc',
215 'wasm/test-run-wasm-interpreter.cc', 214 'wasm/test-run-wasm-interpreter.cc',
216 'wasm/test-run-wasm-js.cc', 215 'wasm/test-run-wasm-js.cc',
217 'wasm/test-run-wasm-module.cc', 216 'wasm/test-run-wasm-module.cc',
218 'wasm/test-run-wasm-relocation.cc', 217 'wasm/test-run-wasm-relocation.cc',
219 'wasm/test-wasm-breakpoints.cc', 218 'wasm/test-wasm-breakpoints.cc',
220 'wasm/test-wasm-stack.cc', 219 'wasm/test-wasm-stack.cc',
221 'wasm/test-wasm-trap-position.cc', 220 'wasm/test-wasm-trap-position.cc',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 '../../gypfiles/isolate.gypi', 532 '../../gypfiles/isolate.gypi',
534 ], 533 ],
535 'sources': [ 534 'sources': [
536 'cctest.isolate', 535 'cctest.isolate',
537 ], 536 ],
538 }, 537 },
539 ], 538 ],
540 }], 539 }],
541 ], 540 ],
542 } 541 }
OLDNEW
« src/isolate.h ('K') | « test/cctest/BUILD.gn ('k') | test/cctest/wasm/test-managed.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698