Class: Kumi::Core::Analyzer::Passes::Codegen::Js::Emitter::BindsInfo
- Inherits:
-
Struct
- Object
- Struct
- Kumi::Core::Analyzer::Passes::Codegen::Js::Emitter::BindsInfo
- Defined in:
- lib/kumi/core/analyzer/passes/codegen/js/emitter.rb
Instance Attribute Summary collapse
-
#fn_id ⇒ Object
Returns the value of attribute fn_id.
-
#op_result_reg ⇒ Object
Returns the value of attribute op_result_reg.
Instance Attribute Details
#fn_id ⇒ Object
Returns the value of attribute fn_id
11 12 13 |
# File 'lib/kumi/core/analyzer/passes/codegen/js/emitter.rb', line 11 def fn_id @fn_id end |
#op_result_reg ⇒ Object
Returns the value of attribute op_result_reg
11 12 13 |
# File 'lib/kumi/core/analyzer/passes/codegen/js/emitter.rb', line 11 def op_result_reg @op_result_reg end |