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

Side by Side Diff: src/objects.h

Issue 2784793002: [builtins] Extract builtin definitions (Closed)
Patch Set: Fixes Created 3 years, 8 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/counters.cc ('k') | src/objects.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 2015 the V8 project authors. All rights reserved. 1 // Copyright 2015 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef V8_OBJECTS_H_ 5 #ifndef V8_OBJECTS_H_
6 #define V8_OBJECTS_H_ 6 #define V8_OBJECTS_H_
7 7
8 #include <iosfwd> 8 #include <iosfwd>
9 #include <memory> 9 #include <memory>
10 10
11 #include "src/assert-scope.h" 11 #include "src/assert-scope.h"
12 #include "src/bailout-reason.h" 12 #include "src/bailout-reason.h"
13 #include "src/base/bits.h" 13 #include "src/base/bits.h"
14 #include "src/base/flags.h" 14 #include "src/base/flags.h"
15 #include "src/builtins/builtins.h" 15 #include "src/builtins/builtins-definitions.h"
16 #include "src/checks.h" 16 #include "src/checks.h"
17 #include "src/elements-kind.h" 17 #include "src/elements-kind.h"
18 #include "src/field-index.h" 18 #include "src/field-index.h"
19 #include "src/flags.h" 19 #include "src/flags.h"
20 #include "src/list.h" 20 #include "src/list.h"
21 #include "src/messages.h" 21 #include "src/messages.h"
22 #include "src/property-details.h" 22 #include "src/property-details.h"
23 #include "src/unicode-decoder.h" 23 #include "src/unicode-decoder.h"
24 #include "src/unicode.h" 24 #include "src/unicode.h"
25 #include "src/zone/zone.h" 25 #include "src/zone/zone.h"
(...skipping 11298 matching lines...) Expand 10 before | Expand all | Expand 10 after
11324 } 11324 }
11325 }; 11325 };
11326 11326
11327 11327
11328 } // NOLINT, false-positive due to second-order macros. 11328 } // NOLINT, false-positive due to second-order macros.
11329 } // NOLINT, false-positive due to second-order macros. 11329 } // NOLINT, false-positive due to second-order macros.
11330 11330
11331 #include "src/objects/object-macros-undef.h" 11331 #include "src/objects/object-macros-undef.h"
11332 11332
11333 #endif // V8_OBJECTS_H_ 11333 #endif // V8_OBJECTS_H_
OLDNEW
« no previous file with comments | « src/counters.cc ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698