Currently hits assert while printing source info, avoid going down the path for printing source info for builtins.
@@ -4454,7 +4454,7 @@ namespace Js
void FunctionBody::PrintStatementSourceLine(uint statementIndex)
{
- if (m_isWasmFunction)
+ if (m_isWasmFunction || this->GetUtf8SourceInfo()->GetIsLibraryCode())
// currently no source view support for wasm
return;