Figuring out resolve hooks | Anny G's blog
Figuring out resolve hooks
Written on Aug 8, 2018
Links that seems to talk about resolve hooks
- https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSPropertyOp
- https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSResolveOp
- https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Internals/Property_cache
- https://searchfox.org/mozilla-central/source/js/public/Class.h#473
- This is the signature for the resolve operation
- https://searchfox.org/mozilla-central/source/js/src/builtin/Array.cpp#3763
- Class definition that i could copy
- https://searchfox.org/mozilla-central/source/GENERATED/dom/bindings/WindowBinding.cpp#16761