functionReplay.baseline 113 B

1234567
  1. f !== null: true
  2. f === g: true
  3. g.foo: 3
  4. f(): called f
  5. g(): called f
  6. Reached end of Execution -- Exiting.