[Webkit-unassigned] [Bug 81095] New: JSC's isObject() behaves is not same as V8's IsObject()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 14 04:42:12 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=81095
Summary: JSC's isObject() behaves is not same as V8's
IsObject()
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore JavaScript
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: yanbin.zhang at intel.com
CC: haraken at chromium.org
JSC's isObject() behaves are the same as (not V8's IsObject() but) V8's IsFunction().
IsFunction is inherited from IsObject on V8. So, Callback function is defined as Function strictly instead of Object on V8.
While,JSC's isObject behaves are same as V8's IsFunction according to bug https://bugs.webkit.org/show_bug.cgi?id=80005.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list