Commit History

Author SHA1 Message Date
  Marko Lahma db2fc72f37 Fix indexing JArray / faster IList indexing (#798) 4 years ago
  Marko Lahma b717934d69 Improve error handling for JToken property access (#796) 4 years ago
  Marko Lahma 24cda031a8 Prefer indexing and custom properties over indexer property (#773) 5 years ago
  Sébastien Ros 68733e1cf6 Provide a way to override interop members (#758) 5 years ago
  Marko Lahma 5bd7f46576 Harmonize property iteration for ObjectWrapper (#750) 5 years ago
  Marko Lahma a9ea78d08b Support object wrapper iterator (#749) 5 years ago
  Marko Lahma 7d9c61cc19 Only mark array-like if Count or Length present, don't make it error (#726) 5 years ago
  Marko Lahma dce29b4598 Ability to configure Array.prototype as prototype for array-like object wrappers (#721) 5 years ago
  Sébastien Ros 1b6ad93300 Don't throw when CLR indexer not found (#718) 5 years ago
  Marko Lahma 5dbdb5967c Use JsValue for property access (#701) 5 years ago
  Marko Lahma f89886063e Reflect & Proxy (#681) 5 years ago
  Marko Lahma 00d91f6ce1 Use Key to refer to properties and cache hash code (#634) 6 years ago
  Marko Lahma 4f94558569 Enable array-like behavior from ICollection/arrays (#579) 6 years ago
  Michael Kriese 7dbdd67c53 net45 support. (#530) 7 years ago
  Marko Lahma 8bbd390486 Optimize interop (#519) 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 b3b282d249 #451 remove IPropertyDescriptor now that we have fast and memory efficient PropertyDescriptor 7 years ago
  Marko Lahma f5f432951f Introduce IPropertyDescriptor and specialized descriptors (#461) 7 years ago
  Marko Lahma 189af9f321 Make ObjectInstance MruPropertyCache2 dictionary lazy (#454) 7 years ago
  Sébastien Ros 2367a263dc Comparing Object wrappers (#367) 8 years ago
  Generoso Martello 7faad81922 fix indentation 10 years ago
  Generoso Martello 9da7d1141e issue #183 (StaticMethods > camelCase resolution) 10 years ago
  Gene f2f231c564 Update ObjectWrapper.cs 10 years ago
  csabakiss 04328349ba Can call PascalCase .NET methods from JS using camelCase. 10 years ago
  Alastair a1de8459b9 Small performance improvements for JsValue handling. 10 years ago