|
Implement automatic loading of dart:core_native_fields library
with predefined classes having native fields.
Classes that need native fields in them can import this library and
extend these predefined classes.
Committed: https://code.google.com/p/dart/source/detail?r=1629
Total comments: 35
Total comments: 4
Total comments: 26
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+424 lines, -131 lines) |
Patch |
 |
M |
bin/builtin.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
bin/builtin.dart
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
bin/builtin_in.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+29 lines, -30 lines |
0 comments
|
Download
|
 |
M |
bin/dartutils.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
bin/dartutils.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
bin/eventhandler.dart
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
bin/gen_snapshot.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+56 lines, -22 lines |
0 comments
|
Download
|
 |
M |
bin/main.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
vm/class_finalizer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/dart_api_impl_test.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+226 lines, -67 lines |
0 comments
|
Download
|
 |
M |
vm/object.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/object.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/object_store.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/object_store.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
vm/parser.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
vm/unit_test.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+29 lines, -1 line |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|