Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Set [[SourceText]] inside OrdinaryFunctionCreate
Formerly, every call to OrdinaryFunctionCreate was closely followed by a step that set the [[SourceText]] of the resulting function object. Instead, set the function's [[SourceText]] within OrdinaryFunctionCreate by passing it a _sourceText_ parameter.
- Loading branch information