|
|
Patch methods in classes.
Add math library in corelib/unified. Location subject to change.
Made _Random's implementation external and patched it to use JS random.
Made "external" marking acually work.
Committed: https://code.google.com/p/dart/source/detail?r=9544
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+309 lines, -73 lines) |
Patch |
 |
A + |
corelib/unified/math/base.dart
|
View
|
|
2 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
A + |
corelib/unified/math/math.dart
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
corelib/unified/math/random.dart
|
View
|
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/compiler.dart
|
View
|
1
|
6 chunks |
+83 lines, -45 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/elements/elements.dart
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/lib/math.dartp
|
View
|
|
1 chunk |
+87 lines, -3 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/library_map.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/patch_parser.dart
|
View
|
1
|
4 chunks |
+52 lines, -1 line |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/scanner/class_element_parser.dart
|
View
|
|
4 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/scanner/listener.dart
|
View
|
1
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/scanner/parser.dart
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tests/compiler/dart2js_extra/math_lib_prefix_test.dart
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/compiler/dart2js_extra/math_lib_test.dart
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|