String atomToCString(JSContext ctx) { final cstr = JS_AtomToCString(ctx.ref, this); final ptr = cstr.cast<Utf8>(); return ptr.toDartString(); }