Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4497539
with.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
256 B
Referenced Files
None
Subscribers
None
with.js
View Options
var
a
;
with
(
Math
)
a
=
PI
;
var
b
=
{
get_member
:
function
()
{
return
this
.
member
;
},
member
:
41
};
with
(
b
)
{
let
a
=
get_member
();
//<--- a is local for this block
var
c
=
a
+
1
;
}
result
=
a
==
Math
.
PI
&&
c
==
42
;
console
.
log
(
result
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 7:18 AM (2 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
524620
Default Alt Text
with.js (256 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment