 Chromium Code Reviews
 Chromium Code Reviews Issue 1663723002:
  [DevTools] Add sourceMap support for blackboxing  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@call-set-blackboxed-ranges-on-script-parsed
    
  
    Issue 1663723002:
  [DevTools] Add sourceMap support for blackboxing  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@call-set-blackboxed-ranges-on-script-parsed| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-sourcemap.js.map | 
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-sourcemap.js.map b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-sourcemap.js.map | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..a7f5a51fac7c214a9f258a86ee4166f057e3b86b | 
| --- /dev/null | 
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-sourcemap.js.map | 
| @@ -0,0 +1 @@ | 
| +{"version":3,"sources":["framework.js"],"names":[],"mappings":";;AAAA,SAAS,GAAG,CAAC,QAAQ,EACrB;AACI,QAAI,CAAC,GAAG,GAAG,CAAC;AACZ,QAAI,MAAM,GAAG,QAAQ,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;AAC9B,WAAO,MAAM,CAAC;CACjB","file":"framework-with-sourcemap.js","sourcesContent":["function foo(callback)\n{\n var i = 239;\n var result = callback(i + 42);\n return result;\n}\n"]} |