|
|
Refactor the dart api a bit:
- Dart_Result is gone. Dart_Handle mostly replaces it.
- Name/signature changes
- IsValidResult -> IsValid
- GetErrorCString -> GetError
- many more...
- Make details of persistent handle freelist private.
- Add persistent "True" handle to api state.
Things I am not doing in this changelist:
- Documentation updates
Committed: https://code.google.com/p/dart/source/detail?r=778
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+948 lines, -980 lines) |
Patch |
 |
M |
runtime/bin/builtin.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/builtin_in.cc
|
View
|
1
2
|
5 chunks |
+25 lines, -29 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/dartutils.cc
|
View
|
1
2
|
1 chunk |
+19 lines, -16 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/eventhandler.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/file.cc
|
View
|
1
2
|
4 chunks |
+15 lines, -11 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/gen_snapshot.cc
|
View
|
1
2
|
3 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/main.cc
|
View
|
1
2
|
6 chunks |
+30 lines, -35 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/process.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/process_script.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/bin/process_script.cc
|
View
|
1
2
|
2 chunks |
+30 lines, -34 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/socket.cc
|
View
|
1
2
|
4 chunks |
+11 lines, -9 lines |
0 comments
|
Download
|
 |
M |
runtime/include/dart_api.h
|
View
|
1
2
|
9 chunks |
+64 lines, -137 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/dart_api_impl.h
|
View
|
1
2
|
2 chunks |
+9 lines, -12 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/dart_api_impl.cc
|
View
|
1
2
|
60 chunks |
+300 lines, -254 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/dart_api_impl_test.cc
|
View
|
1
2
|
51 chunks |
+348 lines, -362 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/dart_api_state.h
|
View
|
1
2
|
5 chunks |
+31 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/exceptions_test.cc
|
View
|
1
2
|
1 chunk |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/isolate_test.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/parser.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/parser.cc
|
View
|
1
2
|
3 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/snapshot_test.cc
|
View
|
1
2
|
4 chunks |
+17 lines, -19 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/unit_test.cc
|
View
|
1
2
|
1 chunk |
+7 lines, -9 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|