Searched refs:is_nil (Results 1 – 6 of 6) sorted by relevance
62 pub fn is_nil(&self) -> bool { in is_nil() method
145 local is_nil = is_nil382 if not ( is_table(newrunner) or is_nil(newrunner) ) then
325 0 if self.is_nil() => Some(Version::Nil), in get_version()521 pub fn is_nil(&self) -> bool { in is_nil() method726 assert!(nil.is_nil()); in test_nil()727 assert!(!not_nil.is_nil()); in test_nil()
177 sub is_nil : method { subroutine
809 def is_nil(self): member in ObjCRuntime880 self.is_nil = nil883 if self.is_nil: