Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upEditorial: Suspend execution context in many places is mislinked #1257
Comments
jmdyck
added
the
rendering bug
label
Sep 14, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TimothyGu commentedJul 9, 2018
In many places in the spec, like
an execution context is suspended. However, a link to the Suspend abstract operation is generated, which doesn't seem to be the intended meaning in most of these places, which mean the concept defined in https://tc39.github.io/ecma262/#sec-execution-contexts.