pub(crate) fn navigator_storage_persist(
it: &mut Interp,
_this: Value,
_a: &[Value],
) -> Result<Value, Value>Expand description
navigator.storage.persist()/.persisted()(丸ごと未対応だった)。
この処理系はSylFSへの書き込みが常に永続化されるため、両方とも常に
trueを返す誠実な簡略実装。