Base import of updated devtools

This commit is contained in:
wolfbeast
2016-08-01 12:30:30 +02:00
committed by roytam1
parent 021fe8c703
commit a7e6b8c1c0
2367 changed files with 283542 additions and 36340 deletions
@@ -0,0 +1,10 @@
var bar;
function evalSource() {
eval('bar = function() {\nvar x = 5;\n}');
}
function evalSourceWithSourceURL() {
eval('bar = function() {\nvar x = 6;\n} //# sourceURL=bar.js');
}