Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. js> dis(class c{x=2;})
  2. flags: CONSTRUCTOR
  3. loc op
  4. ----- --
  5. 00000: functionthis # THIS
  6. 00001: setlocal 0 # THIS
  7. 00005: pop #
  8. main:
  9. 00006: getgname ".initializers" # .initializers
  10. 00011: zero # .initializers 0
  11. 00012: callelem # .initializers[0]
  12. 00013: getlocal 0 # .initializers[0] this
  13. 00017: call-ignores-rv 0 # .initializers[0](...)
  14. 00020: pop #
  15. 00021: retrval #
  16.  
  17. Source notes:
  18. ofs line pc delta desc args
  19. ---- ---- ----- ------ -------- ------
  20. 0: 2 21 [ 21] xdelta
  21. 1: 2 21 [ 0] colspan 5
  22. 3: 2 21 [ 0] breakpoint
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement