Files
sdk/runtime/vm
asiva a782dd82db [VM/runtime] - detect null safety before isolate initialization
- Detect null safety when not specified before isolate
      initialization
      - for source files by having CFE parse the source file
        for @dart annotations
      - for kernel files by sniffing the kernel file for
        compilation mode
      - for appJIT files by sniffing the feature string
      - for AOT snapshots by sniffing the feature string

    - Remove workaround of returning null safety to false during
      bootstrapping

    - Add a new Dart C API call for detecting null safety

Bug: 41766
Change-Id: Ia8cf264323a2d0d58c2855ce6491456aa6f1da07
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150089
Commit-Queue: Siva Annamalai <asiva@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
2020-06-11 01:22:35 +00:00
..
2019-10-07 18:13:06 +00:00
2020-05-04 21:15:27 +00:00
2019-10-27 18:18:29 +00:00
2020-05-07 19:40:18 +00:00
2020-05-04 21:15:27 +00:00
2020-05-07 19:40:18 +00:00
2020-05-04 21:15:27 +00:00
2020-04-22 17:34:09 +00:00
2020-05-04 21:15:27 +00:00
2020-05-07 19:40:18 +00:00
2020-06-08 15:03:34 +00:00
2020-05-04 21:15:27 +00:00
2020-05-12 17:38:19 +00:00