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

Side by Side Diff: src/v8.gyp

Issue 2763533002: [WIP] JSForInLowering and JSForInHasOwnProperty.
Patch Set: Hack around the issue with indices not being available always. Created 3 years, 9 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 | « src/objects.h ('k') | no next file » | 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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 'compiler/int64-lowering.cc', 642 'compiler/int64-lowering.cc',
643 'compiler/int64-lowering.h', 643 'compiler/int64-lowering.h',
644 'compiler/js-builtin-reducer.cc', 644 'compiler/js-builtin-reducer.cc',
645 'compiler/js-builtin-reducer.h', 645 'compiler/js-builtin-reducer.h',
646 'compiler/js-call-reducer.cc', 646 'compiler/js-call-reducer.cc',
647 'compiler/js-call-reducer.h', 647 'compiler/js-call-reducer.h',
648 'compiler/js-context-specialization.cc', 648 'compiler/js-context-specialization.cc',
649 'compiler/js-context-specialization.h', 649 'compiler/js-context-specialization.h',
650 'compiler/js-create-lowering.cc', 650 'compiler/js-create-lowering.cc',
651 'compiler/js-create-lowering.h', 651 'compiler/js-create-lowering.h',
652 'compiler/js-for-in-lowering.cc',
653 'compiler/js-for-in-lowering.h',
652 'compiler/js-frame-specialization.cc', 654 'compiler/js-frame-specialization.cc',
653 'compiler/js-frame-specialization.h', 655 'compiler/js-frame-specialization.h',
654 'compiler/js-generic-lowering.cc', 656 'compiler/js-generic-lowering.cc',
655 'compiler/js-generic-lowering.h', 657 'compiler/js-generic-lowering.h',
656 'compiler/js-graph.cc', 658 'compiler/js-graph.cc',
657 'compiler/js-graph.h', 659 'compiler/js-graph.h',
658 'compiler/js-inlining.cc', 660 'compiler/js-inlining.cc',
659 'compiler/js-inlining.h', 661 'compiler/js-inlining.h',
660 'compiler/js-inlining-heuristic.cc', 662 'compiler/js-inlining-heuristic.cc',
661 'compiler/js-inlining-heuristic.h', 663 'compiler/js-inlining-heuristic.h',
(...skipping 1837 matching lines...) Expand 10 before | Expand all | Expand 10 after
2499 'conditions': [ 2501 'conditions': [
2500 ['want_separate_host_toolset_mkpeephole==1', { 2502 ['want_separate_host_toolset_mkpeephole==1', {
2501 'toolsets': ['host'], 2503 'toolsets': ['host'],
2502 }, { 2504 }, {
2503 'toolsets': ['target'], 2505 'toolsets': ['target'],
2504 }], 2506 }],
2505 ], 2507 ],
2506 }, 2508 },
2507 ], 2509 ],
2508 } 2510 }
OLDNEW
« no previous file with comments | « src/objects.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698