( str )
| 1044 | */ |
| 1045 | QUnit.jsDump = (function() { |
| 1046 | function quote( str ) { |
| 1047 | return '"' + str.toString().replace(/"/g, '\\"') + '"'; |
| 1048 | }; |
| 1049 | function literal( o ) { |
| 1050 | return o + ''; |
| 1051 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected