Modelled after the existing thisNumberValue(), thisBooleanValue(), ...
abstract operations, accept either a primitive SIMD value or a SIMD object
wrapping a value. In either case, return the primitive SIMD value.
Use this function in the SIMD constructor prototype methods such that they
accept both SIMD objects and primitive values as callees.
Use [[SIMDData]] everywhere instead of [[SIMDWrapperData]].
Fix a few pasto's in verbiage copied from the Symbol specification.
Modelled after the existing
thisNumberValue()
,thisBooleanValue()
, ... abstract operations, accept either a primitive SIMD value or a SIMD object wrapping a value. In either case, return the primitive SIMD value.Use this function in the SIMD constructor prototype methods such that they accept both SIMD objects and primitive values as callees.
Symbol
specification.This fixes #338.