Find a file
turnidge@google.com 14f614da12 Use the return value of vm native methods to set the return value,
based on Siva's earlier suggestion (he actually suggested putting it
in the generated stub, which I haven't done).

Added SetReturnUnsafe and use it exactly one place so far.
Review URL: https://chromiumcodereview.appspot.com//10874072

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11633 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-30 17:41:19 +00:00
client Cache function proxies. This ensures that we forward invocations to the original send port. 2012-08-27 20:21:37 +00:00
compiler Issue 4791. Ignore Dynamic (e.g. null) during types intersection 2012-08-30 17:35:53 +00:00
lib Convert double interface into abstract class 2012-08-30 17:29:49 +00:00
pkg Rename Type to DartType to avoid conflicts with the class Type in the core library. 2012-08-30 15:13:29 +00:00
runtime Use the return value of vm native methods to set the return value, 2012-08-30 17:41:19 +00:00
tests Fix bad code-generation for nested-ifs in for loops. 2012-08-30 16:53:47 +00:00
tools Use new syntax for getters in test.dart and its libraries. 2012-08-30 14:16:05 +00:00
utils Improve detection of when to use colors. 2012-08-30 17:03:10 +00:00
.gitignore Add third_party/android_tools to .gitignore 2012-08-16 16:59:01 +00:00
codereview.settings update codereview.settings for open-sourcing. 2011-10-10 06:43:32 +00:00
dart.gyp Add samples gyp target to Dart project, that builds samples/sample_extension. 2012-08-22 11:10:07 +00:00
PRESUBMIT.py Add gcl presubmit script to the dart src tree. 2012-08-30 06:11:22 +00:00
README Reapply r8017. 2012-05-25 22:58:10 +00:00

This is the repository of the Dart programming language and its associated
tools, libraries, and samples.

For license information, please see LICENSE.

You can find more about Dart online at dartlang.org or code.google.com/p/dart.

Here's a brief guide to what's in here:

compiler/      dartc static analyzer
corelib/       core libraries (collections, built-ins...)
editor/        the Eclipse-based standalone Dart IDE
language/      language specification
lib/           libraries (dart2js compiler, html, isolate, json, math, ...)
runtime/       the Dart VM and code for running it as a standalone app
samples/       sample Dart programs 
tests/         automated tests
third_party/   external dependencies
tools/         build scripts, text editor support files, etc.