mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Adding a comment.
This commit is contained in:
parent
c3f7fa879c
commit
b78063ef86
@ -112,7 +112,11 @@ expect = 'function';
|
||||
addThis();
|
||||
|
||||
|
||||
// Compare use of function expression instead of function statement
|
||||
/*
|
||||
* Compare use of function expression instead of function statement.
|
||||
* Note it is important that |x.g| already exists. Otherwise, this
|
||||
* would newly define |g| in global scope -
|
||||
*/
|
||||
with (x)
|
||||
{
|
||||
var g = function() {}
|
||||
|
Loading…
Reference in New Issue
Block a user