зеркало из https://github.com/mozilla/gecko-dev.git
927eea2c81
The callee getter returned |undefined| for certain functions because it's hard to recover the callee consistently for all environments (and we can't return the internal canonical function). See also bug 1414684. This patch fixes that by exposing the script instead of the callee. Devtools is only interested in the displayName and parameterNames properties and those are also available on scripts (the previous patch adds Script.parameterNames). Differential Revision: https://phabricator.services.mozilla.com/D89701 |
||
---|---|---|
.. | ||
client | ||
docs | ||
platform | ||
server | ||
shared | ||
startup | ||
.eslintrc.js | ||
.eslintrc.mochitests.js | ||
.eslintrc.xpcshell.js | ||
CODE_OF_CONDUCT.md | ||
moz.build | ||
templates.mozbuild | ||
tsconfig.json |