Sha256: e9ae18c4ee457ae767807b13b1f13867ad1cd698736b2855e6190bd45a28f2c0

Contents?: true

Size: 268 Bytes

Versions: 1

Compression:

Stored size: 268 Bytes

Contents

class @InputState
  constructor: (input) ->
    @basicBlocks = Object.extended()
    @cursor = input.cursor

    input.kinds['basic_block']?.each (b) =>
      @basicBlocks[b.id] = b.instructions.map (i) =>
        id: i.id
        name: i.name
        title: i.title()

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
furnace-xray-1.1.0.pre2 lib/furnace-xray/app/assets/javascripts/lib/input_state.js.coffee