Log of /trunk/instrument-js.c
Parent Directory
|
Revision Log
Revision
375 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 28 05:30:01 2008 UTC
(11 years, 1 month ago)
by
siliconforks
File length: 53805 byte(s)
Diff to
previous 374
Fix bug referencing properties of numeric literals.
Revision
374 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 27 21:42:58 2008 UTC
(11 years, 1 month ago)
by
siliconforks
File length: 53570 byte(s)
Diff to
previous 373
Parenthesize object literal in destructuring assignment.
Revision
373 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 27 20:36:44 2008 UTC
(11 years, 1 month ago)
by
siliconforks
File length: 53143 byte(s)
Diff to
previous 372
Add support for functions with destructuring formal parameters.
Revision
369 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 27 20:33:57 2008 UTC
(11 years, 1 month ago)
by
siliconforks
File length: 51839 byte(s)
Diff to
previous 361
Handle versions specified as integers (`180') and decimal numbers (`1.8').
Revision
361 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 26 05:28:03 2008 UTC
(11 years, 1 month ago)
by
siliconforks
File length: 51610 byte(s)
Diff to
previous 357
Add --mozilla option, and make SpiderMonkey use the same build directory for all platforms.
Revision
357 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 24 21:48:21 2008 UTC
(11 years, 1 month ago)
by
siliconforks
File length: 50966 byte(s)
Diff to
previous 356
Factor common code dealing with array comprehensions and generator expressions.
Revision
354 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 24 16:18:54 2008 UTC
(11 years, 1 month ago)
by
siliconforks
File length: 51925 byte(s)
Diff to
previous 353
Check for strange pn_op value (can happen with E4X).
Revision
353 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 24 16:18:36 2008 UTC
(11 years, 1 month ago)
by
siliconforks
File length: 51868 byte(s)
Diff to
previous 352
Check for non-colon entries in object literal.
Revision
351 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 24 16:17:59 2008 UTC
(11 years, 1 month ago)
by
siliconforks
File length: 51686 byte(s)
Diff to
previous 350
Fix false positive in detection of generator expression.
Revision
350 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 24 16:17:39 2008 UTC
(11 years, 1 month ago)
by
siliconforks
File length: 51160 byte(s)
Diff to
previous 349
Fix bug with let definition in switch statement.
Revision
346 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 24 16:16:24 2008 UTC
(11 years, 1 month ago)
by
siliconforks
File length: 50660 byte(s)
Diff to
previous 345
Add support for generator expressions from JS 1.8.
Revision
345 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 24 16:16:00 2008 UTC
(11 years, 1 month ago)
by
siliconforks
File length: 49287 byte(s)
Diff to
previous 343
Fix double-counting of lines with expression closures.
Revision
343 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 24 16:15:25 2008 UTC
(11 years, 1 month ago)
by
siliconforks
File length: 49037 byte(s)
Diff to
previous 342
Add support for array comprehensions from JS 1.7.
Revision
341 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 24 16:14:43 2008 UTC
(11 years, 1 month ago)
by
siliconforks
File length: 48362 byte(s)
Diff to
previous 340
Add support for destructuring assignment in JS 1.7.
Revision
339 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 24 16:13:57 2008 UTC
(11 years, 1 month ago)
by
siliconforks
File length: 45455 byte(s)
Diff to
previous 336
Add support for the JS 1.6 `for each' statement.
Revision
293 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 12 16:41:57 2008 UTC
(11 years, 2 months ago)
by
siliconforks
File length: 44943 byte(s)
Diff to
previous 284
Fixed bug handling obscure "getter" or "setter" keywords.
Revision
246 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 5 18:05:42 2008 UTC
(11 years, 2 months ago)
by
siliconforks
File length: 44506 byte(s)
Diff to
previous 245
Handle unusual whitespace in //#JSCOVERAGE_IF comments.
Revision
190 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 23 03:49:01 2008 UTC
(11 years, 2 months ago)
by
siliconforks
File length: 41332 byte(s)
Diff to
previous 179
Do not deflate lines looking for conditionals.
Revision
179 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 21 18:35:21 2008 UTC
(11 years, 2 months ago)
by
siliconforks
File length: 40629 byte(s)
Diff to
previous 176
Do source code highlighting during instrumentation.
Revision
159 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Sep 13 04:47:17 2008 UTC
(11 years, 3 months ago)
by
siliconforks
File length: 35433 byte(s)
Diff to
previous 157
Make the conditional directive test occur in the SUT window, not the JSCoverage window.
Revision
92 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 7 04:21:22 2008 UTC
(11 years, 7 months ago)
by
siliconforks
File length: 25001 byte(s)
Diff to
previous 90
Add streams; don't use temporary files.
Revision
84 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 1 01:44:21 2007 UTC
(12 years ago)
by
siliconforks
File length: 23585 byte(s)
Diff to
previous 70
Use dot syntax in preference to array subscript syntax.
Revision
70 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 22 02:52:38 2007 UTC
(12 years ago)
by
siliconforks
File length: 23335 byte(s)
Diff to
previous 2
Remove call to tmpfile. This should run under Windows with no special privileges.
Revision
2 -
(
view)
(
annotate)
-
[select for diffs]
Added
Wed Aug 1 13:51:53 2007 UTC
(12 years, 4 months ago)
by
siliconforks
File length: 23223 byte(s)
Initial import.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.