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

Side by Side Diff: src/counters.h

Issue 2756523004: WIP: Create a public v8::DictionarySchema API for bulk reads from dict objects.
Patch Set: 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/api.cc ('k') | src/objects.h » ('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 // 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_COUNTERS_H_ 5 #ifndef V8_COUNTERS_H_
6 #define V8_COUNTERS_H_ 6 #define V8_COUNTERS_H_
7 7
8 #include "include/v8.h" 8 #include "include/v8.h"
9 #include "src/allocation.h" 9 #include "src/allocation.h"
10 #include "src/base/atomic-utils.h" 10 #include "src/base/atomic-utils.h"
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 V(Array_New) \ 539 V(Array_New) \
540 V(BooleanObject_BooleanValue) \ 540 V(BooleanObject_BooleanValue) \
541 V(BooleanObject_New) \ 541 V(BooleanObject_New) \
542 V(Context_New) \ 542 V(Context_New) \
543 V(Context_NewRemoteContext) \ 543 V(Context_NewRemoteContext) \
544 V(DataView_New) \ 544 V(DataView_New) \
545 V(Date_DateTimeConfigurationChangeNotification) \ 545 V(Date_DateTimeConfigurationChangeNotification) \
546 V(Date_New) \ 546 V(Date_New) \
547 V(Date_NumberValue) \ 547 V(Date_NumberValue) \
548 V(Debug_Call) \ 548 V(Debug_Call) \
549 V(DictionarySchema_Get) \
550 V(DictionarySchema_New) \
549 V(Error_New) \ 551 V(Error_New) \
550 V(External_New) \ 552 V(External_New) \
551 V(Float32Array_New) \ 553 V(Float32Array_New) \
552 V(Float64Array_New) \ 554 V(Float64Array_New) \
553 V(Function_Call) \ 555 V(Function_Call) \
554 V(Function_New) \ 556 V(Function_New) \
555 V(Function_NewInstance) \ 557 V(Function_NewInstance) \
556 V(FunctionTemplate_GetFunction) \ 558 V(FunctionTemplate_GetFunction) \
557 V(FunctionTemplate_New) \ 559 V(FunctionTemplate_New) \
558 V(FunctionTemplate_NewRemoteInstance) \ 560 V(FunctionTemplate_NewRemoteInstance) \
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
1336 1338
1337 explicit Counters(Isolate* isolate); 1339 explicit Counters(Isolate* isolate);
1338 1340
1339 DISALLOW_IMPLICIT_CONSTRUCTORS(Counters); 1341 DISALLOW_IMPLICIT_CONSTRUCTORS(Counters);
1340 }; 1342 };
1341 1343
1342 } // namespace internal 1344 } // namespace internal
1343 } // namespace v8 1345 } // namespace v8
1344 1346
1345 #endif // V8_COUNTERS_H_ 1347 #endif // V8_COUNTERS_H_
OLDNEW
« no previous file with comments | « src/api.cc ('k') | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698