Searched defs:SpillProperty (Results 1 - 2 of 2) sorted by relevance

/openjdk9/nashorn/test/script/nosecurity/
H A DJDK-8078049.js545 var SpillProperty = Java.type("jdk.nashorn.internal.runtime.SpillProperty"); variable
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DSpillProperty.java36 public class SpillProperty extends AccessorProperty { class in inherits:AccessorProperty
161 public SpillProperty(final Object key, final int flags, final int slot) { method in class:SpillProperty
172 public SpillProperty(final String key, final int flags, final int slot, final Class<?> initialType) { method in class:SpillProperty
177 SpillProperty(final Object key, final int flags, final int slot, final ScriptObject owner, final Object initialValue) { method in class:SpillProperty
186 protected SpillProperty(final SpillProperty property) { method in class:SpillProperty
195 protected SpillProperty(final SpillProperty property, final Class<?> newType) { method in class:SpillProperty
[all...]

Completed in 88 milliseconds