Bug 170423 - propertyNameEnumerator() needs an exception check after the call to getGenericPropertyNames().
Summary: propertyNameEnumerator() needs an exception check after the call to getGeneri...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-04-03 14:55 PDT by Mark Lam
Modified: 2017-04-03 15:49 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2017-04-03 14:55:35 PDT
This is because getGenericPropertyNames() can throw exceptions.  The current ASSERT(!scope.exception()) there is invalid.

<rdar://problem/31181187>
Comment 1 Mark Lam 2017-04-03 15:49:28 PDT
Hmmm, on further examination, I think that the ASSERT(!scope.exception()) in getGenericPropertyNames() is valid.  I need to dig into this more.