Class DebugBuiltins.DebugStringCompareNode

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

public abstract static class DebugBuiltins.DebugStringCompareNode extends JSBuiltinNode
Used by testV8!
  • Constructor Details

    • DebugStringCompareNode

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

    • stringCompare

      protected int stringCompare(Object a, Object b, com.oracle.truffle.api.strings.TruffleString.CompareCharsUTF16Node compareNode)