Commit History

Author SHA1 Message Date
  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) 10 years ago
  Andy Li ae6349cccf bump license year to 2015 10 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) 11 years ago
  mockey 1cbf58cb8c removed a trace from testing 11 years ago
  mockey c85d75f9f5 some modifications: 11 years ago
  mockey f9d89cdb40 another try to fix node.js problem 11 years ago
  mockey 99cc2e5c6b try to fix node.js problem 11 years ago
  mockey 580fd45c0a added check for native js objects to __instanceof, Std.is should work with native objects where typof returns "object" now 11 years ago
  Simon Krajewski a660dc949e detect assignment of TEnum to TDynamic and activate may_print_enum feature (closes #2500) 11 years ago
  Dan Korostelev 712898bb4a [js] don't add __class__ to Array.prototype (closes #2060, closes #1909) 11 years ago
  Luca Deltodesco 7100be4b7e Remove redundant space at end of __js__ block in string_rec 12 years ago
  Simon Krajewski b0b0dde32b revert 12 years ago
  Luca Deltdesco 4b1f13891d Add __define_feature's around ObjectPrototypeToString in js/Boot 12 years ago
  Luca Deltodesco bd1a344696 Merge branch 'development' into dev_js_improvements 12 years ago
  Luca Deltodesco 361a2b95fd Improve optimisations of Std.is and also Std.string now too. 12 years ago
  Bruno Garcia 9711aad6ab Add "console" to JS keywords. 12 years ago