Commit aee7b69
Editorial: Set [[SourceText]] inside OrdinaryFunctionCreate (#1870)
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.1 parent 0b89915 commit aee7b69
1 file changed
+57
-56
lines changed
0 commit comments