Commit History

Author SHA1 Message Date
  Mark Knol b3cc1d7949 Happy new year! (#6799) 7 years ago
  Dan Korostelev 2402c58403 [js] use lazy getter for HaxeError.message instead of calling String(val) in the ctor (closes #6754) 7 years ago
  Dan Korostelev d79b92e8c4 [js] remove some untyped in favor of js.Syntax 7 years ago
  Dan Korostelev b224999012 [js] rework exception handling (closes #6458) (#6713) 7 years ago
  Dan Korostelev 58646af9bf [js] some random untyped removals 7 years ago
  Dan Korostelev d5c210ffc9 minor 7 years ago
  Dan Korostelev 917102e9d7 [js] add js.Syntax and use that instead of untyped (thus becoming analyzer-friendly \o/) 7 years ago
  ousado 5717b22f7a [js] Add compiler switch to generate enums as objects instead of arrays (#6350) 8 years ago
  Dan Korostelev 07be740780 [js] provide @:coreApi haxe.Log implementation and move `__trace` from js.Boot into haxe.Log 8 years ago
  Dan Korostelev 699214947f [js] remove haxe:trace (see #5639) 8 years ago
  Dan Korostelev b802f41426 [js] remove jsfl stuff from trace (see #5639) 8 years ago
  Dan Korostelev 92d5443e32 [js] use js.Lib.typeof more 8 years ago
  Dan Korostelev ce4fd4c36d [js] add js.Lib.typeof and use that instead of untyped magic 8 years ago
  Mark Knol 875ad19432 2017 (#5932) 8 years ago
  kaikoga 8b95f8fcc8 [js] also check typeof(o) == "number" for Std.is(o, Int) 9 years ago
  Andy Li 69dcfc4ae0 [js] minor removal of __js__ 9 years ago
  Andy Li 1c79168a33 update copyright year to 2016 9 years ago
  Dan Korostelev 003b9f6c84 [js] perform a runtime check if an exception needs HaxeError wrapping if it's Dynamic (closes #4644) 9 years ago
  Andy Li ae6349cccf bump license year to 2015 9 years ago
  Andy Li 7ecbc2baae Fix permission. 10 years ago
  Andy Li c6597aff78 Fixed #4490. 10 years ago
  Andy Li 8b0ddd4f61 Fixed #4138. Fixed #4183. 10 years ago
  Dan Korostelev 5f909d0c50 [js] set "message" to HaxeError so it's useful (not Std.string to avoid code explosion, but better than nothing) closes #4085 10 years ago
  Simon Krajewski 15e8bb321d [js] do not try to be too clever about enum printing 10 years ago
  Dan Korostelev a32cf3633e [js] don't try to run Error.captureStackTrace if it's not present 10 years ago
  Dan Korostelev 0f9138e5fc [js] wrap thrown objects that are not instances of js.Errors into a special error object that preserves callstack, unwrap on catch 10 years ago
  Dan Korostelev a6cc542010 [js] get rid of untyped in Type.getClass (it only requires @:privateAccess), make it inline, but disable inline of js.Boot.getClass, as it's quite complex and has untyped 10 years ago
  Simon Krajewski 779ae24760 actually it's `@:dox(hide)` 10 years ago
  Dan Korostelev 37b2f4784f let's see if @:dox(ignore) works :-P 10 years ago
  Dan Korostelev 34849d14e9 [js] fix Std.string with objects that have non-function toString field (closes #3480) 10 years ago