Skip to content
Snippets Groups Projects
  1. Jul 25, 2003
  2. Jul 23, 2003
    • rswindell's avatar
      Fixed (finally) JavaScript object initialization segfaults when the JS runtime · 345eafda
      rswindell authored
      "max_bytes" value is insufficient for the number of configured items:
      by defining dynamically created objects and arrays as properties of child
      objects of the global object immediately after such objects are created,
      they are "implicitly rooted", protecting them from (unexpected) garbage
      collection. Now the initialization will simply fail with a nice "out of memory"
      error. This was a long-standing bug that rarely occurred in the wild.
      345eafda
  3. Jun 12, 2003
  4. May 06, 2003
  5. Apr 03, 2003
    • rswindell's avatar
      Eliminated unnecessary JSClass definitions. · 9c83c3b3
      rswindell authored
      Added more property descriptions (for dynamic JS object model docs).
      Fixed a few bugs exposed by jsdocs.js.
      Using JS_NewNumberValue for full 32-bit integer support (bitfields mostly).
      9c83c3b3
  6. Apr 02, 2003
  7. Mar 22, 2003
  8. Mar 21, 2003
  9. Mar 10, 2003
  10. Mar 08, 2003
  11. Nov 30, 2002
  12. Nov 07, 2002
Loading