Class JSRawJSON


public final class JSRawJSON extends JSNonProxy
A frozen ordinary object with an [[IsRawJSON]] internal slot, as created by JSON.rawJSON().
  • Field Details

    • INSTANCE

      public static final JSRawJSON INSTANCE
    • RAW_JSON_PROXY

      public static final PropertyProxy RAW_JSON_PROXY
  • Method Details

    • create

      public static JSRawJSONObject create(JSContext context, JSRealm realm, com.oracle.truffle.api.strings.TruffleString value)
    • makeInitialShape

      public static com.oracle.truffle.api.object.Shape makeInitialShape(JSContext context)