Commit History

Author SHA1 Message Date
  Marko Lahma b5c4b570ce Optimize declarative environment record handling for functions (#517) 7 years ago
  Marko Lahma e63a0222b8 #451 harmonize exception throwing (#515) 7 years ago
  Marko Lahma 1cf16df954 Make execution context struct and other performance tweaks (#502) 7 years ago
  Marko Lahma 7a6dc642c4 Optimize Array and Completion (#501) 7 years ago
  Marko Lahma 5d408955dc Reduce virtual calls and optimize JsValue equality checks (#497) 7 years ago
  Marko Lahma b3b282d249 #451 remove IPropertyDescriptor now that we have fast and memory efficient PropertyDescriptor 7 years ago
  Marko Lahma 573f1a1515 #451 optimize ArrayInstance 7 years ago
  Marko Lahma d27b17852d #451 prefer for over foreach when iterating Lists (#483) 7 years ago
  Yue Yin ff0c6bb603 Should allow invoke a function value with a null argument (#465) 7 years ago
  Marko Lahma e0d2e2f244 Introduce JsString, JsBoolean etc and support efficient string concatenation (#463) 7 years ago
  Marko Lahma cdb061ba9f Fix issues with parsing knockout-3.4.0.js and lodash.min.js (#460) 7 years ago
  Marko Lahma 761a0a469c #451 optimize DeclarativeEnvironmentRecord (#458) 7 years ago
  Marko Lahma b25e243ee8 Reduce string operations memory allocations (#457) 7 years ago
  Marko Lahma 98dc732be2 Optimize array access and add ability to hint array size (#455) 7 years ago
  Marko Lahma aaf42cc900 Cache common JsValue allocations (#456) 7 years ago
  Marko Lahma 4582830317 cache common int to string conversions 7 years ago
  Sebastien Ros bd0d1d742f Adding Symbol object 8 years ago
  Sérgio Fonseca a216ad328b Fix for CLR exceptions inside TypeReference instances not being caught by JS code (#394) 8 years ago
  maximburyak fb2ea32c81 Fixed concurrency issue with introducing new TypeMapper to Engine.TypeMappers (#376) 8 years ago
  Sebastien Ros cf4abb8204 Adding netstandard1.3 target 8 years ago
  Sébastien Ros 94252532f0 Caching JsValue conversions (#325) 9 years ago
  Sébastien Ros 4cf1b7428b Changing JsValue to a class (#324) 9 years ago
  Eric Amodio a21f7f9097 Support JsValue.ToObject on Arguments 9 years ago
  Sebastien Ros 0612a7a49b Renaming option's internal properties 9 years ago
  Sebastien Ros dbfa93ee64 Compacting JsValue fields 9 years ago
  Sebastien Ros 3e95f2d81a Refactoring ObjectInstance to support specialization 10 years ago
  Sébastien Ros 4da70e8d3d Merge pull request #185 from npenin/pure-jint 10 years ago
  Nicolas Penin 303e6adcf2 added missing AsRegexp 10 years ago
  Nicolas Penin 88bbc37ae1 added as/is date 10 years ago
  Sebastien Ros 2d83c14024 Using readonly fields when possible 10 years ago