qmarkbug.js 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. //-------------------------------------------------------------------------------------------------------
  5. eval(`
  6. (function(stdlib, foreign, heap) {
  7. 'use asm';
  8. var Uint8ArrayView = new stdlib.Uint8Array(heap);
  9. var Int16ArrayView = new stdlib.Int16Array(heap);
  10. function f(d0, i1)
  11. {
  12. d0 = +d0;
  13. i1 = i1|0;
  14. var i4 = 0;
  15. i4 = ((0) ? 0 : ((Uint8ArrayView[0])));
  16. return +((-7.555786372591432e+22));
  17. }
  18. return f;
  19. })(this, {}, new ArrayBuffer(1<<24));
  20. `);
  21. eval(`
  22. (function(stdlib, foreign, heap) {
  23. 'use asm';
  24. var Uint8ArrayView = new stdlib.Uint8Array(heap);
  25. var Int16ArrayView = new stdlib.Int16Array(heap);
  26. function f(d0, i1)
  27. {
  28. d0 = +d0;
  29. i1 = i1|0;
  30. var i4 = 0;
  31. i4 = ((0) ? ((Uint8ArrayView[0])): 0 );
  32. return +((-7.555786372591432e+22));
  33. }
  34. return f;
  35. })(this, {}, new ArrayBuffer(1<<24));
  36. `);