Files
mruby-mruby/src
Yukihiro "Matz" Matsumoto c063641ab0 Clear local (but non-argument) variables in OP_ENTER.
Otherwise, the following script prints an uninitialized value.

def f(*a)
  if false
    b = 15
  end
  p b
end
f(1,2,3)
2017-04-10 08:25:44 +09:00
..
2012-04-20 09:39:03 +09:00
2017-04-03 16:56:27 +09:00
2017-04-03 16:56:27 +09:00
2017-04-03 16:56:27 +09:00
2016-09-28 12:29:41 +09:00
2017-04-01 18:41:55 +09:00
2016-09-28 12:29:41 +09:00
2017-04-03 16:56:27 +09:00
2017-04-03 16:56:27 +09:00
2016-05-09 17:19:47 +02:00