diff --git a/spec/abstract-jobs.html b/spec/abstract-jobs.html index 5fb5ff3..307aed4 100644 --- a/spec/abstract-jobs.html +++ b/spec/abstract-jobs.html @@ -100,6 +100,33 @@

Objectives

+ +

Liveness

+ + An object _obj_ is considered live if the following conditions + are met: + + + + The above definition implies that, if a key in a WeakMap is not live, + then its corresponding value is not necessarily live either. Presence + of an object as a key in a WeakMap or a member of a WeakSet does not + imply that the object is live. + + + The exact definition of liveness remains under discussion in + #115. +

+
+

Execution

@@ -111,24 +138,10 @@

Execution