Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector-protocol / debugger / resources / statements.js
blobcec8a12157ff960d1bf1a319c4d1ef7bfc2b6031
1 function statementsExample()
3 var self = arguments.callee;
5 debugger;
7 self.step = 1;
9 self.step = 2;
11 void [
12 self.step = 3,
13 self.step = 4,
14 self.step = 5,
15 self.step = 6
18 self.step = 7;