factory JSValue.atom_(JSContext ctx, int atom, {bool autoDispose = true}) { return JSValue(ctx, nullptr, autoDispose: autoDispose).._atom = atom; }