Returns true if this function is native.
(&self)
| 153 | |
| 154 | /// Returns true if this function is native. |
| 155 | pub fn is_native(&self) -> bool { |
| 156 | self.func_env.is_native() |
| 157 | } |
| 158 | |
| 159 | /// Returns true if this function is marked as intrinsic |
| 160 | pub fn is_intrinsic(&self) -> bool { |
no outgoing calls