WebOpaqueValue typedef
WebOpaqueValue = Object
Opaque value used for an unsupported parameter/return type position. Prefer a strongly-typed lowering; this is the "opaque but present" fallback.
Implementation
typedef WebOpaqueValue = Object;