Index: runtime/lib/object.cc |
=================================================================== |
--- runtime/lib/object.cc (revision 14352) |
+++ runtime/lib/object.cc (working copy) |
@@ -25,6 +25,7 @@ |
GrowableArray<const Object*> args; |
args.Add(&function_name); |
args.Add(&func_args); |
+ // TODO(regis): Change to Exceptions::kNoSuchMethod. |
srdjan
2012/10/31 17:52:51
Remove the TODO since this has not been agreed upo
regis
2012/10/31 18:04:37
Done.
|
Exceptions::ThrowByType(Exceptions::kNullPointer, args); |
} |
const Object& null_object = Object::Handle(Object::null()); |