[Webkit-unassigned] [Bug 137907] New: Change native call frames to use the scope from their Callee instead of their caller's scope
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 20 18:53:45 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137907
Bug ID: 137907
Summary: Change native call frames to use the scope from their
Callee instead of their caller's scope
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: msaboff at apple.com
Currently the scope for a native call frame is copied from their caller's scope. This usually works, but is not the proper semantic. The correct scope to use is the one from the callee.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141021/fac47615/attachment-0002.html>
More information about the webkit-unassigned
mailing list