Commit 75c5ffd
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 0b988b7 commit 75c5ffd
1 file changed
+57
-56
lines changed
0 commit comments