JsFeature 
    Enumeration of Elide JavaScript features which may be enabled/disabled.
Content copied to clipboard
elide.meta.JsSettings.JsFeatureProperties
Link copied to clipboard
                  The feature is unknown or unspecified; regular code should not use this value. Backwards-incompatible values also
decode to this value, where supported.
Content copied to clipboard
FEATURE_UNRECOGNIZED = 0 [deprecated = true];Link copied to clipboard
                  WASM: Integration with JavaScript. Requires WASM to be installed as a language.
Content copied to clipboard
WASM = 3;Functions
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
                  Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.