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

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DFindProperty.java173 public ScriptObject getSetterReceiver() { method in class:FindProperty
240 property.setValue(getSetterReceiver(), getOwner(), value, strict);
250 property.setValue(getSetterReceiver(), getOwner(), value, strict);
260 property.setValue(getSetterReceiver(), getOwner(), value, strict);

Completed in 37 milliseconds