Class V8Result

java.lang.Object
me.topchetoeu.j2s.lib.debug.V8Result

public class V8Result extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final int
     
    final me.topchetoeu.j2s.compilation.json.JSONMap
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    V8Result(int id, me.topchetoeu.j2s.compilation.json.JSONMap result)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • id

      public final int id
    • result

      public final me.topchetoeu.j2s.compilation.json.JSONMap result
  • Constructor Details

    • V8Result

      public V8Result(int id, me.topchetoeu.j2s.compilation.json.JSONMap result)
  • Method Details