[webkit-reviews] review granted: [Bug 124883] Stores to local captured variables should be intercepted : [Attachment 218121] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 2 11:18:24 PST 2013


Mark Hahnenberg <mhahnenberg at apple.com> has granted Filip Pizlo
<fpizlo at apple.com>'s request for review:
Bug 124883: Stores to local captured variables should be intercepted
https://bugs.webkit.org/show_bug.cgi?id=124883

Attachment 218121: the patch
https://bugs.webkit.org/attachment.cgi?id=218121&action=review

------- Additional Comments from Mark Hahnenberg <mhahnenberg at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=218121&action=review


r=me

> Source/JavaScriptCore/bytecode/CodeBlock.cpp:3475
> +	       && operand <= codeBlock->captureStart() && operand >
codeBlock->captureEnd()) {

codeBlock->symbolTable()->isCaptured(operand)


More information about the webkit-reviews mailing list