seedname + ":(\\d+)",
"Error: Line (\\d+)",
"line: (\\d+)"
/SyntaxError: Illegal\s+(\w+)\-expression/,
/SyntaxError: Identifier\s+'(\w+)'\s+/,
/at\s+new\s+(\w+)\s+/,
/Error:\s+\"*\'*([\$|\w]+)\"*\'*\s+is not/,
/Error:\s+Function\s+\"*\'*(\w+)\"*\'*/,
/Error:\s+Cannot\s+read\s+property\s+\"*\'*(\w+)\"*\'*/,
/RangeError:\s+(\w+)\(\)\s+argument/,
/RangeError:\s+(\w+)\(\) radix argument must be between/,
/RangeError: Invalid string length\s+at\s+String\.(\w+)/,
/RangeError: Invalid array buffer length\s+at new\s+(\w+)\s+/,
/RangeError: Maximum call stack size exceeded\s+at\s+(\w+)\s+/,
/RangeError: Invalid array length\s+at\s+Array\.(\w+)/,
/TypeError: \w+\.(\w+) is not a/,
/TypeError: Cannot read property '(\w+)' of undefined/,
/TypeError: Cannot set property\s+(\w)\s+of/,
/TypeError: Cannot redefine property:\s+(\w+)/,
/TypeError:\s+(\w)\s+is not a function/,
/TypeError: Cannot set property '(\w+)' of undefined/,
/TypeError: Method Intl\.(\w+)/