Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: sdk/lib/_internal/lib/foreign_helper.dart

Issue 23012003: Add Null class to dart:core. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments. Marked test failing due to new dart2js mirror bug. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/lib/_internal/lib/foreign_helper.dart
diff --git a/sdk/lib/_internal/lib/foreign_helper.dart b/sdk/lib/_internal/lib/foreign_helper.dart
index 73e3c09498b0954bec7eb4547ef9aa08b6969c01..1626ee4ef0f4e9634e3190833f28bec5dc760a7c 100644
--- a/sdk/lib/_internal/lib/foreign_helper.dart
+++ b/sdk/lib/_internal/lib/foreign_helper.dart
@@ -177,6 +177,9 @@ String JS_OPERATOR_AS_PREFIX() {}
/// Returns the name of the class `Object` in the generated code.
String JS_OBJECT_CLASS_NAME() {}
+/// Returns the name of the class `Null` in the generated code.
+String JS_NULL_CLASS_NAME() {}
ahe 2013/08/15 11:16:46 I would have preferred if you had extended JS_GET_
Lasse Reichstein Nielsen 2013/08/15 13:06:10 Why be different from, e.g., Object and Function?
+
/// Returns the name of the class `Function` in the generated code.
String JS_FUNCTION_CLASS_NAME() {}

Powered by Google App Engine
This is Rietveld 408576698