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

Issue 11417058: Revert "Remove NullPointerException." (Closed)

Created:
8 years, 1 month ago by Lasse Reichstein Nielsen
Modified:
8 years, 1 month ago
Reviewers:
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Revert "Remove NullPointerException." Crashes in the x64 VM. Committed: https://code.google.com/p/dart/source/detail?r=15065

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+266 lines, -619 lines) Patch
M pkg/fixnum/lib/src/int32.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/fixnum/lib/src/int64.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/fixnum/test/int_32_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M pkg/fixnum/test/int_64_test.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M pkg/unittest/lib/src/core_matchers.dart View 1 chunk +12 lines, -0 lines 0 comments Download
M pkg/unittest/test/matchers_test.dart View 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/lib/double.dart View 1 chunk +1 line, -3 lines 0 comments Download
M runtime/lib/expando_patch.dart View 1 chunk +4 lines, -1 line 0 comments Download
M runtime/lib/object.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/regexp.cc View 2 chunks +11 lines, -0 lines 0 comments Download
M runtime/lib/regexp_patch.dart View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/lib/string.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/code_generator.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/exceptions.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/exceptions.cc View 2 chunks +7 lines, -3 lines 0 comments Download
M runtime/vm/snapshot.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/compiler.dart View 1 chunk +2 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/core_patch.dart View 3 chunks +4 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/interceptors.dart View 8 chunks +11 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/js_helper.dart View 13 chunks +18 lines, -8 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/optimize.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/core/errors.dart View 1 chunk +1 line, -9 lines 0 comments Download
M sdk/lib/core/exceptions.dart View 1 chunk +19 lines, -0 lines 0 comments Download
M sdk/lib/core/map.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/co19/co19-compiler.status View 1 chunk +0 lines, -96 lines 0 comments Download
M tests/co19/co19-dart2dart.status View 3 chunks +10 lines, -109 lines 0 comments Download
M tests/co19/co19-dart2js.status View 4 chunks +14 lines, -111 lines 0 comments Download
M tests/co19/co19-runtime.status View 5 chunks +14 lines, -110 lines 0 comments Download
M tests/compiler/dart2js_foreign/dart2js_foreign.status View 1 chunk +2 lines, -0 lines 0 comments Download
M tests/compiler/dart2js_native/dart2js_native.status View 1 chunk +0 lines, -3 lines 0 comments Download
M tests/corelib/core_runtime_types_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tests/corelib/corelib.status View 3 chunks +4 lines, -2 lines 0 comments Download
M tests/corelib/expando_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/null_nosuchmethod_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/corelib/reg_exp4_test.dart View 1 chunk +20 lines, -20 lines 0 comments Download
M tests/corelib/reg_exp5_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/language/arithmetic2_test.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M tests/language/call_through_null_getter_test.dart View 1 chunk +30 lines, -12 lines 0 comments Download
M tests/language/closure3_test.dart View 2 chunks +8 lines, -2 lines 0 comments Download
M tests/language/exception_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/language.status View 2 chunks +4 lines, -0 lines 0 comments Download
M tests/language/method_invocation_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
D tests/language/null_access_error_test.dart View 1 chunk +0 lines, -49 lines 0 comments Download
A + tests/language/null_pointer_exception_test.dart View 1 chunk +14 lines, -14 lines 0 comments Download
A + tests/language/string_interpolate_npe_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
D tests/language/string_interpolate_null_test.dart View 1 chunk +0 lines, -22 lines 0 comments Download
M tools/utils/vim/syntax/dart.vim View 1 chunk +1 line, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698