Interface SymbolScriptable

    • Method Detail

      • get

        java.lang.Object get​(Symbol key,
                             Scriptable start)
        Return the value of the property with the specified key, or NOT_FOUND.
      • has

        boolean has​(Symbol key,
                    Scriptable start)
        Return true if the specified property exists.
      • put

        void put​(Symbol key,
                 Scriptable start,
                 java.lang.Object value)
        Add a new property to to the object.
      • delete

        void delete​(Symbol key)
        Delete a property with the specified key.