Class TestV8Builtins.TestV8ConstructDoubleNode

All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable
Enclosing class:
TestV8Builtins

public abstract static class TestV8Builtins.TestV8ConstructDoubleNode extends JSBuiltinNode
Constructs a double from two 32bit ints. Used by V8ConstructDouble (v8mockup.js).
  • Constructor Details

    • TestV8ConstructDoubleNode

      public TestV8ConstructDoubleNode(JSContext context, JSBuiltin builtin)
  • Method Details

    • constructDouble

      protected double constructDouble(Object hiObj, Object loObj)