if (typeof global[typedArray] === 'function') {
            var arr = new global[typedArray]();
            if (!(Symbol.toStringTag in arr)) {
                throw new EvalError('this engine has support for Symbol.toStringTag, but ' + typedArray + ' does not have the property! Please report this.');
            }