Class JSProxyObject.RevokedTarget
java.lang.Object
com.oracle.truffle.js.runtime.builtins.JSProxyObject.RevokedTarget
- All Implemented Interfaces:
com.oracle.truffle.api.interop.TruffleObject
- Enclosing class:
JSProxyObject
public static final class JSProxyObject.RevokedTarget
extends Object
implements com.oracle.truffle.api.interop.TruffleObject
-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends com.oracle.truffle.api.TruffleLanguage<?>> booleaninstantiate(Object[] args) booleanbooleancom.oracle.truffle.api.strings.TruffleStringtoDisplayString(boolean allowSideEffects)
-
Method Details
-
isExecutable
public boolean isExecutable() -
execute
-
isInstantiable
public boolean isInstantiable() -
instantiate
-
toDisplayString
public com.oracle.truffle.api.strings.TruffleString toDisplayString(boolean allowSideEffects) -
hasLanguage
public boolean hasLanguage() -
getLanguage
-