archives

« Bugzilla Issues Index

#3762 — 9.2.5 FunctionInitialize: Unnecessary "Strict" parameter


9.2.5 FunctionInitialize (F, kind, Strict, ParameterList, Body, Scope) Abstract Operation

The "Strict" parameter is no longer necessary, the [[Strict]] internal slot is already set to the correct value in FunctionAllocate.

And then change step 6 to:

> Let Strict be the value of F's [[Strict]] internal slot.


fixed in rev33 editor's draft


fixed in rev33