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



63
64
65
# File 'ext/libv8/compiler.rb', line 63

def output
  @output
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



63
64
65
# File 'ext/libv8/compiler.rb', line 63

def status
  @status
end