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

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

Issue 8473008: Generate constants for IDL classes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add frog dom Created 9 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 | Annotate | Revision Log
« no previous file with comments | « client/dom/generated/src/frog/Range.dart ('k') | client/dom/generated/src/frog/SQLError.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 class RangeException native "*RangeException" { 2 class RangeException native "*RangeException" {
3 3
4 static final int BAD_BOUNDARYPOINTS_ERR = 1;
5
6 static final int INVALID_NODE_TYPE_ERR = 2;
7
4 int code; 8 int code;
5 9
6 String message; 10 String message;
7 11
8 String name; 12 String name;
9 13
10 String toString() native; 14 String toString() native;
11 15
12 var dartObjectLocalStorage; 16 var dartObjectLocalStorage;
13 17
14 String get typeName() native; 18 String get typeName() native;
15 } 19 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/Range.dart ('k') | client/dom/generated/src/frog/SQLError.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698