ecmarkup icon indicating copy to clipboard operation
ecmarkup copied to clipboard

Improve navigation of internal methods

Open camillobruni opened this issue 7 years ago • 1 comments

Very often when I navigate the spec I end up grepping/searching for internal methods in order to figure out who implements a special case. It would be nice if you could either show a quick popup with all the implementations or directly search for it in the TOC.

camillobruni avatar Feb 16 '17 10:02 camillobruni

We've improved the situation substantially with https://github.com/tc39/ecma262/pull/2271. Things that still need this:

  • internal methods like [[GetOwnProperty]]
  • the numeric operators like T::unaryMinus

bakkot avatar Jan 24 '21 22:01 bakkot