提交历史

作者 SHA1 备注 提交日期
  Marko Lahma cef5b55dde Basic support for DynamicObject (#842) 4 年之前
  Marko Lahma de3739bd3d Stack traces for JS exceptions (#821) 4 年之前
  Marko Lahma caf8ff8b43 Support extension methods (#812) 4 年之前
  Marko Lahma cccd41e73a Optimize interop, use NET5 to run tests (#803) 4 年之前
  Marko Lahma db2fc72f37 Fix indexing JArray / faster IList indexing (#798) 4 年之前
  Marko Lahma b717934d69 Improve error handling for JToken property access (#796) 4 年之前
  Marko Lahma 24cda031a8 Prefer indexing and custom properties over indexer property (#773) 5 年之前
  Sébastien Ros 68733e1cf6 Provide a way to override interop members (#758) 5 年之前
  Marko Lahma 5bd7f46576 Harmonize property iteration for ObjectWrapper (#750) 5 年之前
  Marko Lahma a9ea78d08b Support object wrapper iterator (#749) 5 年之前
  Marko Lahma 7d9c61cc19 Only mark array-like if Count or Length present, don't make it error (#726) 5 年之前
  Marko Lahma dce29b4598 Ability to configure Array.prototype as prototype for array-like object wrappers (#721) 5 年之前
  Sébastien Ros 1b6ad93300 Don't throw when CLR indexer not found (#718) 5 年之前
  Marko Lahma 5dbdb5967c Use JsValue for property access (#701) 5 年之前
  Marko Lahma f89886063e Reflect & Proxy (#681) 5 年之前
  Marko Lahma 00d91f6ce1 Use Key to refer to properties and cache hash code (#634) 6 年之前
  Marko Lahma 4f94558569 Enable array-like behavior from ICollection/arrays (#579) 6 年之前
  Michael Kriese 7dbdd67c53 net45 support. (#530) 7 年之前
  Marko Lahma 8bbd390486 Optimize interop (#519) 7 年之前
  Marko Lahma e63a0222b8 #451 harmonize exception throwing (#515) 7 年之前
  Marko Lahma 1cf16df954 Make execution context struct and other performance tweaks (#502) 7 年之前
  Marko Lahma b3b282d249 #451 remove IPropertyDescriptor now that we have fast and memory efficient PropertyDescriptor 7 年之前
  Marko Lahma f5f432951f Introduce IPropertyDescriptor and specialized descriptors (#461) 7 年之前
  Marko Lahma 189af9f321 Make ObjectInstance MruPropertyCache2 dictionary lazy (#454) 7 年之前
  Sébastien Ros 2367a263dc Comparing Object wrappers (#367) 8 年之前
  Generoso Martello 7faad81922 fix indentation 10 年之前
  Generoso Martello 9da7d1141e issue #183 (StaticMethods > camelCase resolution) 10 年之前
  Gene f2f231c564 Update ObjectWrapper.cs 10 年之前
  csabakiss 04328349ba Can call PascalCase .NET methods from JS using camelCase. 10 年之前
  Alastair a1de8459b9 Small performance improvements for JsValue handling. 10 年之前