Fix mistake in FastNewFunctionContextStub
We assumed we could use a do..while, but the requested amount of slots could've been 0 and we already started at MIN_CONTEXT_SLOTS. In that case the loop should've been skipped. Review-Url: https://codereview.chromium.org/2227723003 Cr-Commit-Position: refs/heads/master@{#38499}
Showing
Please
register
or
sign in
to comment