PhoenicisOrg / scripts

Phoenicis scripts
GNU Lesser General Public License v3.0
64 stars 49 forks source link

"this" inside function body not found in vcrun2003 Verb #1086

Closed madoar closed 5 years ago

madoar commented 5 years ago

During my refactoring of the vcrun2003 verb script I've stumbled over the following lines:

https://github.com/PhoenicisOrg/scripts/blob/79537f88aecf4bbeb867fe0d22c5580bded786b9/Engines/Wine/Verbs/vcrun2003/script.js#L29-L31

I believe this.system32directory() will lead to unexpected behavior because it is located inside a function body.