public interface FunctionScopeExtension
JsFunction
API that returns function (closure) hidden scope.JavascriptVm.getFunctionScopeExtension()
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends JsScope> |
getScopes(JsFunction function) |
java.util.List<? extends JsScope> getScopes(JsFunction function) throws MethodIsBlockingException
MethodIsBlockingException
- because function may need to load scope data
on demandCopyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.