Class JSRegExp.LazyRegexResultIndexProxyProperty
java.lang.Object
com.oracle.truffle.js.runtime.objects.PropertyProxy
com.oracle.truffle.js.runtime.builtins.JSRegExp.LazyRegexResultIndexProxyProperty
- Enclosing class:
JSRegExp
Since we cannot use nodes here, access to this property is special-cased in
com.oracle.truffle.js.nodes.access.PropertyGetNode.LazyRegexResultIndexPropertyGetNode
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(JSDynamicObject object) booleanset(JSDynamicObject object, Object value)
-
Constructor Details
-
LazyRegexResultIndexProxyProperty
public LazyRegexResultIndexProxyProperty()
-
-
Method Details
-
get
- Specified by:
getin classPropertyProxy
-
set
- Overrides:
setin classPropertyProxy
-