Class GlobalBuiltins.JSGlobalDecodeURINode

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

public abstract static class GlobalBuiltins.JSGlobalDecodeURINode extends JSBuiltinNode
Implementation of ECMAScript 5.1 15.1.3.1 decodeURI() and of ECMAScript 5.1 15.1.3.2 decodeURIComponent().
  • Constructor Details

    • JSGlobalDecodeURINode

      public JSGlobalDecodeURINode(JSContext context, JSBuiltin builtin, boolean isSpecial)
  • Method Details

    • decodeURI

      protected Object decodeURI(Object value)
    • toString1

      protected final com.oracle.truffle.api.strings.TruffleString toString1(Object target)