Find a file
fschneider@google.com 61b0757d05 Fix bug in closure call stub.
Since closure calls and method calls both use the same lazy-compile stub,
we need a GC-safe value in the IC data register also at closure calls.

TBR=srdjan@google.com

Review URL: https://codereview.chromium.org//224723017

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34777 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-07 11:47:13 +00:00
client Fix startswith syntax error 2014-03-25 12:15:34 +00:00
docs/language Clarify that dart system libs have lower priority regardless how imported. 2014-03-25 18:15:48 +00:00
pkg Add polymer 0.10 issues to status files. 2014-04-07 09:52:18 +00:00
runtime Fix bug in closure call stub. 2014-04-07 11:47:13 +00:00
sdk dart:convert: support indented output w/ JsonEncoder 2014-04-05 20:09:21 +00:00
site/try Refactor code to prepare for line-based tokenization. 2014-04-07 09:31:55 +00:00
tests dart:convert: support indented output w/ JsonEncoder 2014-04-05 20:09:21 +00:00
tools Run language tests on ie11, too to ensure it's not the test framework problem. 2014-04-04 16:44:39 +00:00
utils Begins work on ARM64, first assembler test. 2014-04-02 17:39:32 +00:00
.gitignore Added TodoMVC startup benchmarks. 2014-03-31 17:09:00 +00:00
AUTHORS Updated markdown library. This adds support for images in the doccumentation! 2014-03-28 20:52:21 +00:00
codereview.settings update codereview.settings for open-sourcing. 2011-10-10 06:43:32 +00:00
create_sdk.gyp Change target name to avoid conflict in Makefile generator 2014-03-31 11:35:55 +00:00
dart.gyp Change target name to avoid conflict in Makefile generator 2014-03-31 11:35:55 +00:00
LICENSE Move LICENSE, AUTHORS, PATENTS into the dart directory. 2014-02-10 06:48:47 +00:00
PATENTS Move LICENSE, AUTHORS, PATENTS into the dart directory. 2014-02-10 06:48:47 +00:00
PRESUBMIT.py Remove presubmit suppression. 2013-08-21 11:02:39 +00:00
README Removed compiler/ directory from repository 2013-08-02 08:31:15 +00:00
README.dart-sdk Fix spelling mistake Dark -> Dart 2013-08-20 10:38:55 +00:00
WATCHLISTS Update WATCHLISTS for Observatory 2014-03-12 23:09:53 +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 http://dartlang.org or
http://code.google.com/p/dart.

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

editor/        Eclipse-based standalone Dart IDE.
lib/           Libraries that ship with the Dart runtime (core, html, etc.).
pkg/           Packages that are not shipped with the core runtime.
runtime/       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.
utils/         Utilities for Dart applications.