mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
(cherry picked from commit 3fed85437b)
This commit is contained in:
@@ -2593,14 +2593,6 @@ proc genHeader(): Rope =
|
||||
var framePtr = null;
|
||||
var excHandler = 0;
|
||||
var lastJSError = null;
|
||||
if (typeof Int8Array === 'undefined') Int8Array = Array;
|
||||
if (typeof Int16Array === 'undefined') Int16Array = Array;
|
||||
if (typeof Int32Array === 'undefined') Int32Array = Array;
|
||||
if (typeof Uint8Array === 'undefined') Uint8Array = Array;
|
||||
if (typeof Uint16Array === 'undefined') Uint16Array = Array;
|
||||
if (typeof Uint32Array === 'undefined') Uint32Array = Array;
|
||||
if (typeof Float32Array === 'undefined') Float32Array = Array;
|
||||
if (typeof Float64Array === 'undefined') Float64Array = Array;
|
||||
""".unindent.format(VersionAsString))
|
||||
|
||||
proc addHcrInitGuards(p: PProc, n: PNode,
|
||||
|
||||
Reference in New Issue
Block a user