Fork of boa_engine (boa 0.21.1) vendored for superui so the boa_parser stack-growth patch is publishable; also carries a relaxed icu_normalizer pin. See docs/fork-patches.md. Upstream: https://github.com/boa-dev/boa
//! Module implementing the operations for the inner value of a `[super::JsValue]`.
usecfg_if::cfg_if;cfg_if!(if#[cfg(feature ="jsvalue-enum")]{modlegacy;pub(crate)uselegacy::EnumBasedValue as InnerValue;}else{modnan_boxed;pub(crate)usenan_boxed::NanBoxedValue as InnerValue;});