dart-sdk/runtime/lib
2012-10-31 10:32:54 +00:00
..
crypto Move VM specific library files to the runtime/lib directory so they do 2012-09-12 07:35:34 +00:00
utf Move VM specific library files to the runtime/lib directory so they do 2012-09-12 07:35:34 +00:00
array.cc Change IllegalArgumentException to ArgumentError. 2012-09-25 12:27:52 +00:00
array.dart Convert NoMoreElementsException and EmptyQueueException to StateError. 2012-10-26 08:28:33 +00:00
array_patch.dart Move ListImplementation from coreimpl to core, as a private member. 2012-10-30 13:25:04 +00:00
byte_array.cc Change IllegalArgumentException to ArgumentError. 2012-09-25 12:27:52 +00:00
byte_array.dart Convert NoMoreElementsException and EmptyQueueException to StateError. 2012-10-26 08:28:33 +00:00
date.cc Change IllegalArgumentException to ArgumentError. 2012-09-25 12:27:52 +00:00
date_patch.dart Move DateImplementation from coreimpl to core, making it private. 2012-10-23 17:34:36 +00:00
double.cc isEven, isOdd, isNegative, isMaxValue, isMinValue, isInfinite, isPositive, isSingleValue. 2012-10-23 16:15:36 +00:00
double.dart isEven, isOdd, isNegative, isMaxValue, isMinValue, isInfinite, isPositive, isSingleValue. 2012-10-23 16:15:36 +00:00
double_patch.dart Move parseInt parseDouble to int/double classes as a static method. 2012-09-17 07:25:38 +00:00
empty_source.dart - Split Dart core libraries into shared sources and patch sources. 2012-08-13 23:01:20 +00:00
error.cc Change compile-time errors into dynamic errors in instance creation expression 2012-10-04 00:15:38 +00:00
error.dart Removed IllegalAccessException and UnsupportedOperationException. 2012-10-24 12:36:10 +00:00
error.h Properly set the element type of literal lists. 2012-05-04 16:36:27 +00:00
errors_patch.dart Move ObjectNotClosureException and ClosureArgumentMismatchException to patch file. 2012-10-24 06:17:21 +00:00
expando_patch.dart Change IllegalArgumentException to ArgumentError. 2012-09-25 12:27:52 +00:00
function_patch.dart Reapply r13292 WITH a fix to dartc test status for apply_test.dart 2012-10-05 23:42:27 +00:00
growable_array.cc Use the return value of vm native methods to set the return value, 2012-08-30 17:41:19 +00:00
growable_array.dart Make first and last getters. 2012-10-25 15:19:31 +00:00
immutable_map.dart Make getKeys, getValues getters (keys, values). 2012-10-25 19:22:11 +00:00
integers.cc Change IllegalArgumentException to ArgumentError. 2012-09-25 12:27:52 +00:00
integers.dart Make isEmpty a getter. 2012-10-24 15:04:32 +00:00
integers_patch.dart Move parseInt parseDouble to int/double classes as a static method. 2012-09-17 07:25:38 +00:00
invocation_mirror_patch.dart Change signature of noSuchMethod to take an InvocationMirror. 2012-10-31 10:32:54 +00:00
isolate.cc Changed StackZone and ApiZone to be containers for Zone. 2012-10-16 22:05:40 +00:00
isolate_patch.dart Make hashCode a getter and not a method. 2012-10-22 12:41:04 +00:00
isolate_sources.gypi Re-apply 'Unify dart:isolate.' with fixes for autogenerated dart2js and dartium html files. 2012-08-21 18:47:43 +00:00
lib_impl_sources.gypi Move StringImplementation from coreimpl to core as _StringImpl. 2012-10-30 14:19:57 +00:00
lib_sources.gypi Move StringImplementation from coreimpl to core as _StringImpl. 2012-10-30 14:19:57 +00:00
literal_factory.dart Reapply change to hide VM-only List implementation classes. 2012-09-28 11:08:38 +00:00
math.cc Fix for issue 4808 (The vm crashes when parseInt is called with string containing a $). 2012-09-10 18:55:29 +00:00
math.dart Move parseInt parseDouble to int/double classes as a static method. 2012-09-17 07:25:38 +00:00
math_patch.dart - Avoid going into BigInteger domain for most of the Random state calculation. 2012-10-30 00:20:13 +00:00
math_sources.gypi - Use the unified dart:math library in the VM. 2012-08-15 04:50:14 +00:00
mirrors.cc Fix bug 5002: 2012-10-15 08:05:02 +00:00
mirrors.h Rework mirrors implementation. 2012-04-23 22:26:09 +00:00
mirrors_impl.dart Make hashCode a getter and not a method. 2012-10-22 12:41:04 +00:00
mirrors_sources.gypi Rework mirrors implementation. 2012-04-23 22:26:09 +00:00
object.cc Change signature of noSuchMethod to take an InvocationMirror. 2012-10-31 10:32:54 +00:00
object_patch.dart Change signature of noSuchMethod to take an InvocationMirror. 2012-10-31 10:32:54 +00:00
print_patch.dart Removed IllegalAccessException and UnsupportedOperationException. 2012-10-24 12:36:10 +00:00
regexp.cc Use the return value of vm native methods to set the return value, 2012-08-30 17:41:19 +00:00
regexp_jsc.cc Changed StackZone and ApiZone to be containers for Zone. 2012-10-16 22:05:40 +00:00
regexp_jsc.h Add default arguments for regexp flags. 2011-10-07 12:47:56 +00:00
regexp_patch.dart Move StringImplementation from coreimpl to core as _StringImpl. 2012-10-30 14:19:57 +00:00
scalarlist_sources.gypi Introduce a VM-only dart:scalarlist library for byte arrays. 2012-09-20 07:08:10 +00:00
stopwatch.cc Use the return value of vm native methods to set the return value, 2012-08-30 17:41:19 +00:00
stopwatch_patch.dart Move StopwatchImplementation from coreimpl to core as _StopwatchImpl. 2012-10-29 10:13:25 +00:00
string.cc Make hashCode a getter and not a method. 2012-10-22 12:41:04 +00:00
string_base.dart Move StringImplementation from coreimpl to core as _StringImpl. 2012-10-30 14:19:57 +00:00
string_patch.dart Move StringImplementation from coreimpl to core as _StringImpl. 2012-10-30 14:19:57 +00:00
type_patch.dart - Implement first class types in the VM. 2012-09-27 21:19:00 +00:00
weak_property.cc Use the return value of vm native methods to set the return value, 2012-08-30 17:41:19 +00:00
weak_property.dart Get rid of a lot of () for getters. 2012-09-07 11:50:07 +00:00