Searched refs:hasAndEquals (Results 1 - 5 of 5) sorted by relevance

/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DPropertyDescriptor.java160 public boolean hasAndEquals(PropertyDescriptor otherDesc); method in interface:PropertyDescriptor
H A DScriptObject.java569 if (newDesc.hasAndEquals(currentDesc)) {
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DGenericPropertyDescriptor.java148 public boolean hasAndEquals(final PropertyDescriptor other) { method in class:GenericPropertyDescriptor
H A DDataPropertyDescriptor.java171 public boolean hasAndEquals(final PropertyDescriptor otherDesc) { method in class:DataPropertyDescriptor
H A DAccessorPropertyDescriptor.java184 public boolean hasAndEquals(final PropertyDescriptor otherDesc) { method in class:AccessorPropertyDescriptor

Completed in 102 milliseconds