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

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

Issue 2409173005: [wasm] Add a Managed<T> wrapper class for allocating C++ classes that are deleted when the wrapper … (Closed)
Patch Set: [wasm] Add a Managed<T> wrapper class for allocating C++ classes that are garbage collected. 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 | « test/cctest/BUILD.gn ('k') | test/cctest/wasm/test-managed.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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'test-unique.cc', 196 'test-unique.cc',
197 'test-unscopables-hidden-prototype.cc', 197 'test-unscopables-hidden-prototype.cc',
198 'test-usecounters.cc', 198 'test-usecounters.cc',
199 'test-utils.cc', 199 'test-utils.cc',
200 'test-version.cc', 200 'test-version.cc',
201 'test-weakmaps.cc', 201 'test-weakmaps.cc',
202 'test-weaksets.cc', 202 'test-weaksets.cc',
203 'trace-extension.cc', 203 'trace-extension.cc',
204 'trace-extension.h', 204 'trace-extension.h',
205 'types-fuzz.h', 205 'types-fuzz.h',
206 'wasm/test-managed.cc',
206 'wasm/test-run-wasm.cc', 207 'wasm/test-run-wasm.cc',
207 'wasm/test-run-wasm-64.cc', 208 'wasm/test-run-wasm-64.cc',
208 'wasm/test-run-wasm-asmjs.cc', 209 'wasm/test-run-wasm-asmjs.cc',
209 'wasm/test-run-wasm-interpreter.cc', 210 'wasm/test-run-wasm-interpreter.cc',
210 'wasm/test-run-wasm-js.cc', 211 'wasm/test-run-wasm-js.cc',
211 'wasm/test-run-wasm-module.cc', 212 'wasm/test-run-wasm-module.cc',
212 'wasm/test-run-wasm-relocation.cc', 213 'wasm/test-run-wasm-relocation.cc',
213 'wasm/test-wasm-function-name-table.cc', 214 'wasm/test-wasm-function-name-table.cc',
214 'wasm/test-wasm-stack.cc', 215 'wasm/test-wasm-stack.cc',
215 'wasm/test-wasm-trap-position.cc', 216 'wasm/test-wasm-trap-position.cc',
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 '../../gypfiles/isolate.gypi', 515 '../../gypfiles/isolate.gypi',
515 ], 516 ],
516 'sources': [ 517 'sources': [
517 'cctest.isolate', 518 'cctest.isolate',
518 ], 519 ],
519 }, 520 },
520 ], 521 ],
521 }], 522 }],
522 ], 523 ],
523 } 524 }
OLDNEW
« no previous file with comments | « 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