archives

« Bugzilla Issues Index

#1538 — 8.3.15.8: %ThrowTypeError% creation invalid due to use-before-defined error


%ThrowTypeError% uses FunctionCreate with argument strict=true for its creation. FunctionCreate calls FunctionInitialize which in turn calls AddRestrictedFunctionProperties, but AddRestrictedFunctionProperties already tries to reference to %ThrowTypeError% which is not defined at this point.


fixed in rev 16 editor's draft


fixed in rev16 draft. July 15, 2013