The wrenMarkObj function already handles null pointers internally, making the explicit `if (x != NULL)` guards unnecessary. This change removes three such checks in wrenMarkCompiler, markFn, and collectGarbage, simplifying the code without changing behavior.