}
@Override
public Script getScript() throws MethodIsBlockingException {
final FunctionValueHandle functionValueHandle = getAdditionalPropertyData();
Long scriptId = functionValueHandle.scriptId();
if (scriptId == null) {
return null;
}
DebugSession debugSession = getInternalContext().getDebugSession();
return debugSession.getScriptManager().findById(scriptId);