Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: Various changes around execution contexts #2962

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
5f6d537
Editorial: Eliminate "restore <context> as the running execution cont…
jmdyck Sep 3, 2023
e4f398d
Transfer control: Replace the 6 "Resume the suspended evaluation" steps
jmdyck Nov 21, 2022
8771679
Transfer control: Replace the 3 remaining blocking-Resume steps
jmdyck Nov 21, 2022
e516354
(Transfer control:) Refactor GeneratorStart's Abstract Closure so tha…
jmdyck Nov 21, 2022
6eae9a2
Transfer control: Replace 3 "Return" steps
jmdyck Nov 21, 2022
4117aec
Transfer control: Re-word some steps that talk about resuming executi…
jmdyck Nov 22, 2022
b4bd015
Transfer control: Define "transfer control"
jmdyck Nov 22, 2022
a4cbf7d
Resume+Suspend: Eliminate `Resume` steps
jmdyck Nov 22, 2022
d055afd
Resume+Suspend: Eliminate `Suspend` steps
jmdyck Nov 22, 2022
900c167
Execution Context section: Move a paragraph
jmdyck Nov 22, 2022
7d2ff6d
Execution Context section: Make the EC Stack subsection
jmdyck Nov 22, 2022
a0fdb30
Transfer control fixup: Make 'code evaluation state' less vague
jmdyck Jan 14, 2023
373b47c
Eliminate certain wording around execution contexts
jmdyck Feb 13, 2023
3210879
fixup: Insert "and async functions" into note re execution contexts
jmdyck Feb 16, 2023
4ff4262
fixup: "The above step [never] completes" -> "This step is [never] re…
jmdyck Jan 9, 2024
b1240fe
fixup: Capitalize "transfer control" in Note
jmdyck Dec 11, 2024
8815977
fixup: Reword "if/when control is transferred back"
jmdyck Dec 11, 2024
bbc93ca
fixup: drop "running execution contexts" variant
jmdyck Dec 11, 2024
8b375e3
fixup: Drop "currently" from "the currently running execution context…
jmdyck Dec 11, 2024
a5e4213
fixup: Remove lines from esmeta-ignore.json
jmdyck Dec 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions esmeta-ignore.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[
"AsyncFromSyncIteratorContinuation",
"AsyncGeneratorYield",
"ClassStaticBlockBody[0,0].EvaluateClassStaticBlockBody",
"CompareTypedArrayElements",
Expand All @@ -8,7 +7,6 @@
"GetViewByteLength",
"INTRINSICS.Atomics.notify",
"MakeMatchIndicesIndexPairArray",
"Record[SourceTextModuleRecord].ExecuteModule",
"Record[SourceTextModuleRecord].ResolveExport",
"SuperCall[0,0].Evaluation",
"TypedArrayGetElement",
Expand Down
Loading