Class TestV8Builtins.TestV8DoublePartNode

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

public abstract static class TestV8Builtins.TestV8DoublePartNode extends JSBuiltinNode
Gets the upper (hi) or lower (lo) 32 bits of a double. Used by V8DoubleHi, V8DoubleLo (v8mockup.js).
  • Constructor Details

    • TestV8DoublePartNode

      public TestV8DoublePartNode(JSContext context, JSBuiltin builtin, boolean upper)
  • Method Details

    • doublePart

      protected int doublePart(Object value)