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

Side by Side Diff: src/counters.h

Issue 2559643003: Changes api logging for FunctionTemplate_NewWithCache. (Closed)
Patch Set: Created 4 years 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') | 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 // 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 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 V(Error_New) \ 550 V(Error_New) \
551 V(External_New) \ 551 V(External_New) \
552 V(Float32Array_New) \ 552 V(Float32Array_New) \
553 V(Float64Array_New) \ 553 V(Float64Array_New) \
554 V(Function_Call) \ 554 V(Function_Call) \
555 V(Function_New) \ 555 V(Function_New) \
556 V(Function_NewInstance) \ 556 V(Function_NewInstance) \
557 V(FunctionTemplate_GetFunction) \ 557 V(FunctionTemplate_GetFunction) \
558 V(FunctionTemplate_New) \ 558 V(FunctionTemplate_New) \
559 V(FunctionTemplate_NewRemoteInstance) \ 559 V(FunctionTemplate_NewRemoteInstance) \
560 V(FunctionTemplate_NewWithCache) \
560 V(FunctionTemplate_NewWithFastHandler) \ 561 V(FunctionTemplate_NewWithFastHandler) \
561 V(Int16Array_New) \ 562 V(Int16Array_New) \
562 V(Int32Array_New) \ 563 V(Int32Array_New) \
563 V(Int8Array_New) \ 564 V(Int8Array_New) \
564 V(JSON_Parse) \ 565 V(JSON_Parse) \
565 V(JSON_Stringify) \ 566 V(JSON_Stringify) \
566 V(Map_AsArray) \ 567 V(Map_AsArray) \
567 V(Map_Clear) \ 568 V(Map_Clear) \
568 V(Map_Delete) \ 569 V(Map_Delete) \
569 V(Map_Get) \ 570 V(Map_Get) \
(...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
1328 1329
1329 explicit Counters(Isolate* isolate); 1330 explicit Counters(Isolate* isolate);
1330 1331
1331 DISALLOW_IMPLICIT_CONSTRUCTORS(Counters); 1332 DISALLOW_IMPLICIT_CONSTRUCTORS(Counters);
1332 }; 1333 };
1333 1334
1334 } // namespace internal 1335 } // namespace internal
1335 } // namespace v8 1336 } // namespace v8
1336 1337
1337 #endif // V8_COUNTERS_H_ 1338 #endif // V8_COUNTERS_H_
OLDNEW
« no previous file with comments | « src/api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698