Skip to content

src: change SetEncodedValue to return Maybe<void>

With recent versions of V8, it is not necessary to use Maybe<bool> anymore. This changes SetEncodedValue() to return Maybe<void> instead.

Merge request reports

Loading