1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/tool/ruby_vm
shyouhei e826b7d39e _leaf_helpers.erb: some functions are not leaf
If a function has rb_warning() that is not a leaf because warning
ultimately is a method call of Warning#warn.

If a function has rb_name_error() that is not a leaf because
NameError is allocated, then initialized.  This of course
involves calling NameError#initialize.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-02-01 04:39:47 +00:00
..
controllers delete emacs mode lines [ci skip] 2018-12-27 06:12:09 +00:00
helpers vm.inc now in C99 2019-01-25 14:09:10 +00:00
loaders delete emacs mode lines [ci skip] 2018-12-27 06:12:09 +00:00
models vm.inc now in C99 2019-01-25 14:09:10 +00:00
scripts delete emacs mode lines [ci skip] 2018-12-27 06:12:09 +00:00
tests
views _leaf_helpers.erb: some functions are not leaf 2019-02-01 04:39:47 +00:00