We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e3189 commit bf5278bCopy full SHA for bf5278b
runtime/vm/dart.h
@@ -123,10 +123,8 @@ class Dart : public AllStatic {
123
static Dart_EntropySource entropy_source_callback() {
124
return entropy_source_callback_;
125
}
126
-
127
- // TODO(dartbug.com/40342): Delete these functions.
128
static void set_non_nullable_flag(bool value) { non_nullable_flag_ = value; }
129
- static bool non_nullable_flag() { return true; }
+ static bool non_nullable_flag() { return non_nullable_flag_; }
130
131
private:
132
static void WaitForIsolateShutdown();
0 commit comments