dart-sdk/sdk_nnbd/lib/core
Liam Appelbe 89dc08efe7 [lib] Add null check of types back into _Invocation.method
Until everyone is opted in to NNBD, we still need null checks in the
libs. This fixes corelib_2/invocation_test

This check was removed in https://dart-review.googlesource.com/c/sdk/+/123621

Change-Id: I645e8c03883bee2d5a52f1b6d19789177411199c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/135220
Commit-Queue: Liam Appelbe <liama@google.com>
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
2020-02-11 18:47:54 +00:00
..
annotations.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
bigint.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
bool.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
comparable.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
core.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
core_sources.gni
date_time.dart [nnbd/corelib] Restore null check in DateTime._withValue constructor 2020-02-11 15:38:51 +00:00
double.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
duration.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
errors.dart Include [AssertionError.message] in [AssertionError.toString] value. 2020-01-21 14:18:32 +00:00
exceptions.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
expando.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
function.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
identical.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
int.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
invocation.dart [lib] Add null check of types back into _Invocation.method 2020-02-11 18:47:54 +00:00
iterable.dart Updating iterable.current comments and behavior to be consistent. 2020-01-24 17:35:39 +00:00
iterator.dart Update iterator.dart to fully spec moveNext() 2020-01-24 16:17:29 +00:00
list.dart Stop using List() constructor in NNBD code. 2020-01-24 15:59:29 +00:00
map.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
null.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
num.dart [dart:core] Update num operator == parameter type in NNBD fork 2019-11-20 01:10:08 +00:00
object.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
pattern.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
print.dart [dart:core] Fix analysis error in NNBD fork 2019-11-18 23:12:49 +00:00
regexp.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
set.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
sink.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
stacktrace.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
stopwatch.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
string.dart [dartdevc] Migrating dart:_js_helper and dart:_interceptors to NNBD. 2019-12-04 18:23:29 +00:00
string_buffer.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
string_sink.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
symbol.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
type.dart Port of dart:core to NNBD. 2019-11-01 22:30:45 +00:00
uri.dart Cleaning up NNBD tests and migrations. 2020-01-09 17:11:46 +00:00