Class: Kumi::Core::Analyzer::Passes::Codegen::Js::Emitter::BindsInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/kumi/core/analyzer/passes/codegen/js/emitter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fn_idObject

Returns the value of attribute fn_id

Returns:

  • (Object)

    the current value of 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_regObject

Returns the value of attribute op_result_reg

Returns:

  • (Object)

    the current value of 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