tc39/ecma262#1870 added a _sourceText_ parameter to the abstract operation OrdinaryFunctionCreate. The HTML spec invokes that operation once, so that invocation will need to be changed, but I don't know what value it should pass to the new parameter.
tc39/ecma262#1870 added a
_sourceText_parameter to the abstract operationOrdinaryFunctionCreate. The HTML spec invokes that operation once, so that invocation will need to be changed, but I don't know what value it should pass to the new parameter.