public static final class JSFunction.ClassPrototypeProxyProperty extends Object implements PropertyProxy
| Modifier and Type | Method and Description |
|---|---|
Object |
get(com.oracle.truffle.api.object.DynamicObject store) |
boolean |
set(com.oracle.truffle.api.object.DynamicObject store,
Object value) |
public boolean set(com.oracle.truffle.api.object.DynamicObject store,
Object value)
set in interface PropertyProxypublic Object get(com.oracle.truffle.api.object.DynamicObject store)
get in interface PropertyProxy