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

Side by Side Diff: tools/gyp/v8.gyp

Issue 1288773007: Adding visitors to regurgitate expression types or reset them. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix asan Created 5 years, 4 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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 '../../src/api.cc', 393 '../../src/api.cc',
394 '../../src/api.h', 394 '../../src/api.h',
395 '../../src/api-natives.cc', 395 '../../src/api-natives.cc',
396 '../../src/api-natives.h', 396 '../../src/api-natives.h',
397 '../../src/arguments.cc', 397 '../../src/arguments.cc',
398 '../../src/arguments.h', 398 '../../src/arguments.h',
399 '../../src/assembler.cc', 399 '../../src/assembler.cc',
400 '../../src/assembler.h', 400 '../../src/assembler.h',
401 '../../src/assert-scope.h', 401 '../../src/assert-scope.h',
402 '../../src/assert-scope.cc', 402 '../../src/assert-scope.cc',
403 '../../src/ast-value-factory.cc', 403 '../../src/ast-expression-visitor.cc',
404 '../../src/ast-value-factory.h', 404 '../../src/ast-expression-visitor.h',
405 '../../src/ast-literal-reindexer.cc', 405 '../../src/ast-literal-reindexer.cc',
406 '../../src/ast-literal-reindexer.h', 406 '../../src/ast-literal-reindexer.h',
407 '../../src/ast-numbering.cc', 407 '../../src/ast-numbering.cc',
408 '../../src/ast-numbering.h', 408 '../../src/ast-numbering.h',
409 '../../src/ast-value-factory.cc',
410 '../../src/ast-value-factory.h',
409 '../../src/ast.cc', 411 '../../src/ast.cc',
410 '../../src/ast.h', 412 '../../src/ast.h',
411 '../../src/background-parsing-task.cc', 413 '../../src/background-parsing-task.cc',
412 '../../src/background-parsing-task.h', 414 '../../src/background-parsing-task.h',
413 '../../src/bailout-reason.cc', 415 '../../src/bailout-reason.cc',
414 '../../src/bailout-reason.h', 416 '../../src/bailout-reason.h',
415 '../../src/basic-block-profiler.cc', 417 '../../src/basic-block-profiler.cc',
416 '../../src/basic-block-profiler.h', 418 '../../src/basic-block-profiler.h',
417 '../../src/bignum-dtoa.cc', 419 '../../src/bignum-dtoa.cc',
418 '../../src/bignum-dtoa.h', 420 '../../src/bignum-dtoa.h',
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
963 '../../src/transitions.cc', 965 '../../src/transitions.cc',
964 '../../src/transitions.h', 966 '../../src/transitions.h',
965 '../../src/type-feedback-vector-inl.h', 967 '../../src/type-feedback-vector-inl.h',
966 '../../src/type-feedback-vector.cc', 968 '../../src/type-feedback-vector.cc',
967 '../../src/type-feedback-vector.h', 969 '../../src/type-feedback-vector.h',
968 '../../src/type-info.cc', 970 '../../src/type-info.cc',
969 '../../src/type-info.h', 971 '../../src/type-info.h',
970 '../../src/types-inl.h', 972 '../../src/types-inl.h',
971 '../../src/types.cc', 973 '../../src/types.cc',
972 '../../src/types.h', 974 '../../src/types.h',
975 '../../src/typing-reset.cc',
976 '../../src/typing-reset.h',
973 '../../src/typing.cc', 977 '../../src/typing.cc',
974 '../../src/typing.h', 978 '../../src/typing.h',
975 '../../src/unbound-queue-inl.h', 979 '../../src/unbound-queue-inl.h',
976 '../../src/unbound-queue.h', 980 '../../src/unbound-queue.h',
977 '../../src/unicode-inl.h', 981 '../../src/unicode-inl.h',
978 '../../src/unicode.cc', 982 '../../src/unicode.cc',
979 '../../src/unicode.h', 983 '../../src/unicode.h',
980 '../../src/unicode-decoder.cc', 984 '../../src/unicode-decoder.cc',
981 '../../src/unicode-decoder.h', 985 '../../src/unicode-decoder.h',
982 '../../src/unique.h', 986 '../../src/unique.h',
(...skipping 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after
2017 }], 2021 }],
2018 ['want_separate_host_toolset==1', { 2022 ['want_separate_host_toolset==1', {
2019 'toolsets': ['host'], 2023 'toolsets': ['host'],
2020 }, { 2024 }, {
2021 'toolsets': ['target'], 2025 'toolsets': ['target'],
2022 }], 2026 }],
2023 ], 2027 ],
2024 }, 2028 },
2025 ], 2029 ],
2026 } 2030 }
OLDNEW
« test/cctest/expression-type-collector.cc ('K') | « test/cctest/test-typing-reset.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698