WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
145622
DebuggerManager.js _sourceCodeLocationFromPayload should handle native functions
https://bugs.webkit.org/show_bug.cgi?id=145622
Summary
DebuggerManager.js _sourceCodeLocationFromPayload should handle native functions
Mark Lam
Reported
2015-06-03 17:54:55 PDT
Native functions will have a scriptId of 0. Currently, if _sourceCodeLocationFromPayload() encounters a native function, it will still proceed to look up id 0 in its _scriptIdMap and fail. This is the cause of the CONSOLE_ASSERT failure on the script value that follows.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-06-03 17:55:16 PDT
<
rdar://problem/21234039
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug