Commit 6a78fd0
committed
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.1 parent c21b280 commit 6a78fd0
1 file changed
+57
-56
lines changed
0 commit comments