return null;
}
String name = script.name();
try {
Long scriptType = script.scriptType();
Type type = V8ProtocolUtil.getScriptType(scriptType);
if (type == null) {
return null;
}
int lineOffset = (int) script.lineOffset();
int columnOffset = (int) script.columnOffset();