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

Side by Side Diff: src/v8.gyp

Issue 2676513008: [wasm] Managed<T> ensures T's lifetime does not leak past Isolate's (Closed)
Patch Set: Comments 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 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 'lookup-cache-inl.h', 1068 'lookup-cache-inl.h',
1069 'lookup-cache.cc', 1069 'lookup-cache.cc',
1070 'lookup-cache.h', 1070 'lookup-cache.h',
1071 'lookup.cc', 1071 'lookup.cc',
1072 'lookup.h', 1072 'lookup.h',
1073 'map-updater.cc', 1073 'map-updater.cc',
1074 'map-updater.h', 1074 'map-updater.h',
1075 'macro-assembler.h', 1075 'macro-assembler.h',
1076 'machine-type.cc', 1076 'machine-type.cc',
1077 'machine-type.h', 1077 'machine-type.h',
1078 'managed.h',
1078 'messages.cc', 1079 'messages.cc',
1079 'messages.h', 1080 'messages.h',
1080 'msan.h', 1081 'msan.h',
1081 'objects-body-descriptors-inl.h', 1082 'objects-body-descriptors-inl.h',
1082 'objects-body-descriptors.h', 1083 'objects-body-descriptors.h',
1083 'objects-debug.cc', 1084 'objects-debug.cc',
1084 'objects-inl.h', 1085 'objects-inl.h',
1085 'objects-printer.cc', 1086 'objects-printer.cc',
1086 'objects.cc', 1087 'objects.cc',
1087 'objects.h', 1088 'objects.h',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
1300 'vector.h', 1301 'vector.h',
1301 'version.cc', 1302 'version.cc',
1302 'version.h', 1303 'version.h',
1303 'vm-state-inl.h', 1304 'vm-state-inl.h',
1304 'vm-state.h', 1305 'vm-state.h',
1305 'wasm/decoder.h', 1306 'wasm/decoder.h',
1306 'wasm/function-body-decoder.cc', 1307 'wasm/function-body-decoder.cc',
1307 'wasm/function-body-decoder.h', 1308 'wasm/function-body-decoder.h',
1308 'wasm/function-body-decoder-impl.h', 1309 'wasm/function-body-decoder-impl.h',
1309 'wasm/leb-helper.h', 1310 'wasm/leb-helper.h',
1310 'wasm/managed.h',
1311 'wasm/module-decoder.cc', 1311 'wasm/module-decoder.cc',
1312 'wasm/module-decoder.h', 1312 'wasm/module-decoder.h',
1313 'wasm/signature-map.cc', 1313 'wasm/signature-map.cc',
1314 'wasm/signature-map.h', 1314 'wasm/signature-map.h',
1315 'wasm/wasm-debug.cc', 1315 'wasm/wasm-debug.cc',
1316 'wasm/wasm-external-refs.cc', 1316 'wasm/wasm-external-refs.cc',
1317 'wasm/wasm-external-refs.h', 1317 'wasm/wasm-external-refs.h',
1318 'wasm/wasm-js.cc', 1318 'wasm/wasm-js.cc',
1319 'wasm/wasm-js.h', 1319 'wasm/wasm-js.h',
1320 'wasm/wasm-limits.h', 1320 'wasm/wasm-limits.h',
(...skipping 1186 matching lines...) Expand 10 before | Expand all | Expand 10 after
2507 'conditions': [ 2507 'conditions': [
2508 ['want_separate_host_toolset_mkpeephole==1', { 2508 ['want_separate_host_toolset_mkpeephole==1', {
2509 'toolsets': ['host'], 2509 'toolsets': ['host'],
2510 }, { 2510 }, {
2511 'toolsets': ['target'], 2511 'toolsets': ['target'],
2512 }], 2512 }],
2513 ], 2513 ],
2514 }, 2514 },
2515 ], 2515 ],
2516 } 2516 }
OLDNEW
« src/isolate.cc ('K') | « src/managed.h ('k') | src/wasm/managed.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698