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

Side by Side Diff: client/dom/generated/src/frog/ScriptProfileNode.dart

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Map Array to List Created 9 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 1
2 class ScriptProfileNode native "ScriptProfileNode" { 2 class ScriptProfileNode native "ScriptProfileNode" {
3 3
4 int callUID; 4 int callUID;
5 5
6 List children;
7
6 String functionName; 8 String functionName;
7 9
8 int lineNumber; 10 int lineNumber;
9 11
10 int numberOfCalls; 12 int numberOfCalls;
11 13
12 num selfTime; 14 num selfTime;
13 15
14 num totalTime; 16 num totalTime;
15 17
16 String url; 18 String url;
17 19
18 bool visible; 20 bool visible;
19 21
20 var dartObjectLocalStorage; 22 var dartObjectLocalStorage;
21 23
22 String get typeName() native; 24 String get typeName() native;
23 } 25 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/RangeException.dart ('k') | client/dom/generated/src/frog/WheelEvent.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698