@Override
public Script getScript() throws MethodIsBlockingException {
FunctionDetailsValue functionDetails = getFunctionDetails();
WipScriptManager scriptManager = getRemoteValueMapping().getTabImpl().getScriptManager();
return scriptManager.getScript(functionDetails.location().scriptId());
}
@Override
public TextStreamPosition getOpenParenPosition()
throws MethodIsBlockingException {