Guest User

Untitled

a guest
Jan 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Result with Rhino 1.7R3
  2.  
  3. TEST | time [ms]
  4. -----------------------------------------+------------
  5. Array#Object.prototype.toString.call | 968
  6. notArray#Object.prototype.toString.call | 816
  7. "length" in array | 180
  8. "length" in notarray | 294
  9. Array#instanceof | 321
  10. notArray#instanceof | 344
  11. Array#Array.isArray | 361
  12. notArray#Array.isArray | 371
Add Comment
Please, Sign In to add comment