From 8a277e9ca3a64d7b298b7c9333153f5512aa176d Mon Sep 17 00:00:00 2001 From: RblSb Date: Mon, 2 Mar 2020 12:11:32 +0300 Subject: Use git yt player externs --- build/server.js | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'build/server.js') diff --git a/build/server.js b/build/server.js index dac26c4..e642155 100644 --- a/build/server.js +++ b/build/server.js @@ -183,25 +183,6 @@ Lambda.exists = function(it,f) { } return false; }; -var haxe_ds_StringMap = function() { - this.h = { }; -}; -haxe_ds_StringMap.__name__ = true; -haxe_ds_StringMap.prototype = { - setReserved: function(key,value) { - if(this.rh == null) { - this.rh = { }; - } - this.rh["$" + key] = value; - } - ,getReserved: function(key) { - if(this.rh == null) { - return null; - } else { - return this.rh["$" + key]; - } - } -}; var Lang = function() { }; Lang.__name__ = true; Lang.request = function(path,callback) { @@ -557,6 +538,25 @@ haxe_crypto_Sha256.prototype = { return str.toLowerCase(); } }; +var haxe_ds_StringMap = function() { + this.h = { }; +}; +haxe_ds_StringMap.__name__ = true; +haxe_ds_StringMap.prototype = { + setReserved: function(key,value) { + if(this.rh == null) { + this.rh = { }; + } + this.rh["$" + key] = value; + } + ,getReserved: function(key) { + if(this.rh == null) { + return null; + } else { + return this.rh["$" + key]; + } + } +}; var haxe_io_Bytes = function(data) { this.length = data.byteLength; this.b = new Uint8Array(data); @@ -1568,9 +1568,9 @@ sys_FileSystem.createDirectory = function(path) { function $getIterator(o) { if( o instanceof Array ) return HxOverrides.iter(o); else return o.iterator(); } function $bind(o,m) { if( m == null ) return null; if( m.__id__ == null ) m.__id__ = $global.$haxeUID++; var f; if( o.hx__closures__ == null ) o.hx__closures__ = {}; else f = o.hx__closures__[m.__id__]; if( f == null ) { f = m.bind(o); o.hx__closures__[m.__id__] = f; } return f; } $global.$haxeUID |= 0; -var __map_reserved = {}; String.__name__ = true; Array.__name__ = true; +var __map_reserved = {}; Object.defineProperty(js__$Boot_HaxeError.prototype,"message",{ get : function() { return String(this.val); }}); -- cgit v1.2.3