Class: Furnace::AVM2::ABC::AS3GetScopeObject

Inherits:
Opcode
  • Object
show all
Defined in:
lib/furnace-avm2/abc/opcodes/generic/as3_getscopeobject.rb

Constant Summary

Constants inherited from Opcode

Opcode::MAP

Instance Attribute Summary

Attributes inherited from Opcode

#sequence

Instance Method Summary collapse

Methods inherited from Opcode

#ast_type, body, #byte_length, #consumes_context, define_property, #disassemble, #disassemble_parameters, #initialize, mnemonic, #next, #offset, #read, #root, #write

Constructor Details

This class inherits a constructor from Furnace::AVM2::ABC::Opcode

Instance Method Details

#parametersObject



12
13
14
# File 'lib/furnace-avm2/abc/opcodes/generic/as3_getscopeobject.rb', line 12

def parameters
  [ body.scope_index ]
end