Skip to content
Snippets Groups Projects
  1. Jan 19, 2021
  2. Jan 18, 2021
  3. Jan 17, 2021
  4. Jan 16, 2021
    • Rob Swindell's avatar
      Fix js.exec() returned nul" unless exit() was called explicitly · d33fa178
      Rob Swindell authored
      Don't use the "exit_code" property value as the return value of js.exec() unless it's a number. As reported by mlong (thanks).
      
      Also, "exit_code" was being set to null (instead of void/undefined) in js_PrepareToExecute(). I think this was just an oversight or typo by Deuce from his commit of 5 years ago (f3256d81). Since we're comparing exit_code with JSVAL_VOID in other places to determine if it was actually set, this appears to be a long standing bug.
      d33fa178
  5. Jan 15, 2021
  6. Jan 14, 2021
  7. Jan 13, 2021
  8. Jan 12, 2021
  9. Jan 11, 2021
Loading