Class PropertyProxy
java.lang.Object
com.oracle.truffle.js.runtime.objects.PropertyProxy
- Direct Known Subclasses:
JSArray.ArrayLengthProxyProperty, JSFunction.ArgumentsProxyProperty, JSFunction.CallerProxyProperty, JSFunction.ClassPrototypeProxyProperty, JSFunction.FunctionLengthPropertyProxy, JSFunction.FunctionNamePropertyProxy, JSRegExp.LazyNamedCaptureGroupProperty, JSRegExp.LazyRegexResultIndexProxyProperty, JSString.StringLengthProxyProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Objectget(JSDynamicObject store) booleanset(JSDynamicObject store, Object value)
-
Constructor Details
-
PropertyProxy
public PropertyProxy()
-
-
Method Details
-
get
-
set
-