| 451 | #define val_true alloc_bool(true) |
| 452 | #define val_false alloc_bool(false) |
| 453 | inline void neko_error() { hx_error(); } |
| 454 | |
| 455 | |
| 456 | // Conservative marking within a buffer is not yet supported. |
nothing calls this directly
no test coverage detected