pub fn accessor_only_keys(b: &Obj) -> Vec<String>
accessor(getter/setter) 専用プロパティのうち props に無いキーだけを返す (props 側に同名の通常プロパティがあればそちらを優先し二重にしない)。
props