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

Unified Diff: frog/tests/leg/mock_compiler.dart

Issue 10232011: Implement simple dynamic type check. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Minor edits. Created 8 years, 8 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
« no previous file with comments | « no previous file | frog/tests/leg/parser_helper.dart » ('j') | frog/tests/leg_only/src/GenericsIsCheck1Test.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/tests/leg/mock_compiler.dart
diff --git a/frog/tests/leg/mock_compiler.dart b/frog/tests/leg/mock_compiler.dart
index 9cf12b46c04b1efa046469d6c1fbd66d01897b69..c0fbc15f9175978159d295b9646d340d3e3b573f 100644
--- a/frog/tests/leg/mock_compiler.dart
+++ b/frog/tests/leg/mock_compiler.dart
@@ -38,7 +38,9 @@ final String DEFAULT_HELPERLIB = @'''
indexSet(a, index, value) {}
builtin$iterator$0() {}
builtin$next$0() {}
- builtin$hasNext$0() {}''';
+ builtin$hasNext$0() {}
+ setRuntimeTypeInfo(a, b) {}
+ getRuntimeTypeInfo(a) {}''';
final String DEFAULT_CORELIB = @'''
print(var obj) {}
« no previous file with comments | « no previous file | frog/tests/leg/parser_helper.dart » ('j') | frog/tests/leg_only/src/GenericsIsCheck1Test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698