Method: CodeTools::GeneratorMethods#e_cache_function
- Defined in:
- lib/rubinius/code/compiler/generator_methods.rb
#e_cache_function(arg1, arg2) ⇒ Object
1194 1195 1196 1197 1198 |
# File 'lib/rubinius/code/compiler/generator_methods.rb', line 1194 def e_cache_function(arg1, arg2) @stream << 158 << arg1 << arg2 @ip += 3 @instruction = 158 end |