Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
khronosschoty
/
palemoon-dev
Watch
2
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
palemoon-dev
/
platform
/
devtools
/
server
/
tests
/
unit
/
setBreakpoint-on-line-with-multiple-statements.js
setBreakpoint-on-line-with-multiple-statements.js
67 B
Permalink
History
Raw
1
2
3
4
5
6
"use strict";
function f() {
var a = 1; var b = 2; var c = 3;
}