Side by Side Diff: lib/isolate/isolate_runtime.dart
Issue 9860009:
Removes dartc reliance on its own libraries, now can be targeted at any implementation's libraries (Closed)
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated editor to use "Any" config
Created 8 years, 9 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
On 2012/03/26 23:21:56, dgrove wrote:
> The rename above (from lib/implementation/object.js to
> lib/isolate/isolate_runtime.dart) doesn't make sense.
The 'object.js' is just the revision control system trying to be smarter than it
really is. Its a new file, not a copy.
I created this file meant to be the main import for the vm platform for the
dart:isolate import. There was no vm implementation in the sdk before.
Issue 9860009: Removes dartc reliance on its own libraries, now can be targeted at any implementation's libraries
(Closed)
Created 8 years, 9 months ago by zundel
Modified 8 years, 9 months ago
Reviewers: Brian Wilkerson, scheglov, dgrove, danrubel
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Comments: 26