ecma262
ecma262 copied to clipboard
Audit host hook points in HTML
For the most part, HTML integration into ecma262 is done via host hooks. Host hooks are used very much like an embedder passing custom callbacks to an engine. However, some hook points are more ad-hoc, like realm creation.
We should discuss whether these ad-hoc patterns are acceptable editorially, or if we should introduce more formal hook points.