Fri, 16 Jan 2015 04:50:19 +0100
Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32
michael@0 | 1 | <script> |
michael@0 | 2 | try { o1 = new AudioContext(); } catch(e) { } |
michael@0 | 3 | try { o6 = o1.createGain(); } catch(e) { } |
michael@0 | 4 | try { o8 = o1.createBufferSource(); } catch(e) { } |
michael@0 | 5 | try { o6.gain.setValueCurveAtTime(new Float32Array(7), 0, 0) } catch(e) { } |
michael@0 | 6 | try { o8.connect(o6, 0, 0) } catch(e) { } |
michael@0 | 7 | try { o8.buffer = function() { |
michael@0 | 8 | o19 = o1.createBuffer(1, 1, 76309); |
michael@0 | 9 | for(var i=0; i<1; ++i) { } |
michael@0 | 10 | return o19; |
michael@0 | 11 | }(); } catch(e) { } |
michael@0 | 12 | </script> |