$89d6cbb5 var-hoisting-tdz.js:9:1
  Registers: 7
  Blocks:    1
  Constants:
    [0] = Undefined

block0:
  [   0] GetGlobal dst:reg6, `isect`
  [  10] Call dst:reg5, callee:reg6, this_value:Undefined, isect
  [  30] End value:reg5


isect$63c4d7d5 var-hoisting-tdz.js:5:5
  Registers: 6
  Blocks:    7
  Locals:    i~0
  Constants:
    [0] = Undefined
    [1] = Int32(0)
    [2] = Int32(3)

block0:
  [   0] Mov2 dst1:i~0, src1:Undefined, dst2:i~0, src2:Int32(0)
  [  18] Jump target:block2

block1:
  [  20] PostfixIncrement dst:reg5, src:i~0

block2:
  [  30] JumpLessThan lhs:i~0, rhs:Int32(3), true_target:block1, false_target:block3

block3:
  [  48] Mov dst:i~0, src:Int32(0)
  [  58] Jump target:block5

block4:
  [  60] PostfixIncrement dst:reg5, src:i~0

block5:
  [  70] JumpLessThan lhs:i~0, rhs:Int32(3), true_target:block4, false_target:block6

block6:
  [  88] End value:Undefined
