Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4504064
cjs_accessor_module.cjs
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
267 B
Referenced Files
None
Subscribers
None
cjs_accessor_module.cjs
View Options
let getterCalls = 0;
Object.defineProperty(module.exports, "answer", {
enumerable: true,
get() {
getterCalls += 1;
return 42;
},
});
Object.defineProperty(module.exports, "getterCalls", {
enumerable: true,
get() {
return getterCalls;
},
});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 9:41 AM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
537006
Default Alt Text
cjs_accessor_module.cjs (267 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment