Bug 117053 - JSCallbackObject does not correctly initialise the PropertySlot for getOwnPropertyDescriptor
Summary: JSCallbackObject does not correctly initialise the PropertySlot for getOwnPro...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-30 15:36 PDT by Oliver Hunt
Modified: 2013-05-30 15:57 PDT (History)
0 users

See Also:


Attachments
Patch (2.61 KB, patch)
2013-05-30 15:37 PDT, Oliver Hunt
mhahnenberg: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2013-05-30 15:36:41 PDT
JSCallbackObject does not correctly initialise the PropertySlot for getOwnPropertyDescriptor
Comment 1 Oliver Hunt 2013-05-30 15:37:17 PDT
Created attachment 203387 [details]
Patch
Comment 2 Mark Hahnenberg 2013-05-30 15:40:29 PDT
Comment on attachment 203387 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=203387&action=review

r=me with spelling nit. Thanks!

> Source/JavaScriptCore/API/tests/testapi.mm:820
> +        checkResult(@"Make sure we through an exception when calling getter on incorrect |this|", context.exception);

s/through/throw/
Comment 3 Oliver Hunt 2013-05-30 15:57:58 PDT
Committed r150990: <http://trac.webkit.org/changeset/150990>