Class: Libv8::Compiler::ExecutionResult

Inherits:
Struct
  • Object
show all
Defined in:
ext/libv8/compiler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



60
61
62
# File 'ext/libv8/compiler.rb', line 60

def output
  @output
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



60
61
62
# File 'ext/libv8/compiler.rb', line 60

def status
  @status
end