dart-sdk/runtime/lib
2013-01-09 09:29:39 +00:00
..
crypto Change the VM-specific crypto interfaces to asbstract classes. 2012-11-13 11:45:34 +00:00
utf Fix library syntax 2012-11-08 18:41:58 +00:00
array.cc Create read only handles for empty_array and sentinel objects 2012-12-21 02:33:05 +00:00
array.dart Big merge from experimental to bleeding edge. 2013-01-07 11:23:16 +00:00
array_patch.dart Factor out length check in list factories: reduce bloat, factorize code, improve performance. 2013-01-08 17:47:03 +00:00
async_sources.gypi Big merge from experimental to bleeding edge. 2013-01-07 11:23:16 +00:00
bool_patch.dart Added bool.hashCode patch. 2012-12-12 00:59:05 +00:00
byte_array.cc Cleanup the exceptions create code to use Arrays instead GrowableArrays so 2012-12-18 23:47:35 +00:00
byte_array.dart Big merge from experimental to bleeding edge. 2013-01-07 11:23:16 +00:00
date.cc Cleanup the exceptions create code to use Arrays instead GrowableArrays so 2012-12-18 23:47:35 +00:00
date_patch.dart a === b -> identical(a, b) 2012-11-12 17:19:58 +00:00
double.cc Cleanups. 2013-01-07 22:13:47 +00:00
double.dart Big merge from experimental to bleeding edge. 2013-01-07 11:23:16 +00:00
double_patch.dart Big merge from experimental to bleeding edge. 2013-01-07 11:23:16 +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 Remove NoSuchMethodErrorImplementation class and use NoSuchMethodError from core 2013-01-02 18:52:28 +00:00
error.dart Remove NoSuchMethodErrorImplementation class and use NoSuchMethodError from core 2013-01-02 18:52:28 +00:00
error.h Properly set the element type of literal lists. 2012-05-04 16:36:27 +00:00
errors_patch.dart Remove NoSuchMethodErrorImplementation class and use NoSuchMethodError from core 2013-01-02 18:52:28 +00:00
expando_patch.dart Big merge from experimental to bleeding edge. 2013-01-07 11:23:16 +00:00
function.cc Changed the API in DartEntry for invoking dart code from C++ to make it more compatible with the requirements of the runtime. 2012-12-18 21:36:01 +00:00
function_patch.dart Big merge from experimental to bleeding edge. 2013-01-07 11:23:16 +00:00
growable_array.cc Cleanup the exceptions create code to use Arrays instead GrowableArrays so 2012-12-18 23:47:35 +00:00
growable_array.dart Factor out length check in list factories: reduce bloat, factorize code, improve performance. 2013-01-08 17:47:03 +00:00
identical.cc - Make Boolean 'true' and 'false' singleton VM isolate objects. 2013-01-04 01:52:05 +00:00
identical_patch.dart Implement a native identical function in the VM. 2012-12-22 00:12:35 +00:00
immutable_map.dart Big merge from experimental to bleeding edge. 2013-01-07 11:23:16 +00:00
integers.cc Convert all symbol accessors to return read only handles so that it is not necessary to create a new handle in the code that uses it. 2013-01-02 19:31:59 +00:00
integers.dart Big merge from experimental to bleeding edge. 2013-01-07 11:23:16 +00:00
integers_patch.dart Fix tests for VM in checked mode. 2013-01-07 11:59:49 +00:00
invocation_mirror.cc Simplify method invocation runtime entries. 2012-12-19 21:26:29 +00:00
invocation_mirror_patch.dart Turn compile time errors related to missing getters and setters into invocation 2012-12-22 00:40:46 +00:00
isolate.cc Convert all symbol accessors to return read only handles so that it is not necessary to create a new handle in the code that uses it. 2013-01-02 19:31:59 +00:00
isolate_patch.dart Big merge from experimental to bleeding edge. 2013-01-07 11:23:16 +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_sources.gypi Implement a native identical function in the VM. 2012-12-22 00:12:35 +00:00
map_patch.dart Enforce rule in vm that factory name must match enclosing class name. 2012-11-28 01:11:29 +00:00
math.cc Rename GET_NATIVE_ARGUMENT macro to GET_NON_NULL_NATIVE_ARGUMENT. 2012-12-10 17:59:40 +00:00
math_patch.dart Big merge from experimental to bleeding edge. 2013-01-07 11:23:16 +00:00
math_sources.gypi - Move MathNatives from dart:core to dart:math. 2012-11-16 19:42:02 +00:00
mirrors.cc Rename GET_NATIVE_ARGUMENT macro to GET_NON_NULL_NATIVE_ARGUMENT. 2012-12-10 17:59:40 +00:00
mirrors.h Rework mirrors implementation. 2012-04-23 22:26:09 +00:00
mirrors_impl.dart Update remaining usages of Completer.completeException. 2013-01-09 09:29:39 +00:00
mirrors_patch.dart Mirrors implemented via patches. 2nd try. 2012-12-19 12:45:46 +00:00
mirrors_sources.gypi Mirrors implemented via patches. 2nd try. 2012-12-19 12:45:46 +00:00
object.cc Support Null type in Class::TypeTest and simplify Instance::IsInstanceOf. 2013-01-05 00:45:52 +00:00
object_patch.dart Fix bug 5511: 2013-01-08 23:58:55 +00:00
print_patch.dart Removed IllegalAccessException and UnsupportedOperationException. 2012-10-24 12:36:10 +00:00
regexp.cc Big merge from experimental to bleeding edge. 2013-01-07 11:23:16 +00:00
regexp_jsc.cc Cleanup the exceptions create code to use Arrays instead GrowableArrays so 2012-12-18 23:47:35 +00:00
regexp_jsc.h Add default arguments for regexp flags. 2011-10-07 12:47:56 +00:00
regexp_patch.dart Big merge from experimental to bleeding edge. 2013-01-07 11:23:16 +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 Create read only handles for empty_array and sentinel objects 2012-12-21 02:33:05 +00:00
string_base.dart Big merge from experimental to bleeding edge. 2013-01-07 11:23:16 +00:00
string_patch.dart Big merge from experimental to bleeding edge. 2013-01-07 11:23:16 +00:00
timer_patch.dart Big merge from experimental to bleeding edge. 2013-01-07 11:23:16 +00:00
type_patch.dart - Implement first class types in the VM. 2012-09-27 21:19:00 +00:00
weak_property.cc Rename GET_NATIVE_ARGUMENT macro to GET_NON_NULL_NATIVE_ARGUMENT. 2012-12-10 17:59:40 +00:00
weak_property.dart Get rid of a lot of () for getters. 2012-09-07 11:50:07 +00:00