[Webkit-unassigned] [Bug 20256] New: Array.push and other standard methods disappeared.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 1 12:34:09 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20256

           Summary: Array.push and other standard methods disappeared.
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: david.hansen at gmx.net


Just run the attached test case:

** (jsarray:27866): DEBUG: TypeError: Result of expression 'a.push' [undefined]
is not a function.

Note that the eval in the context of the WebView does not produce any console
messages.  By changing the order of evaluation it is possible to let the error
happen in the context of the WebView and the context created with the JSC API
is working fine.

This does affect a lot of other standard methods from at least `Array' and
`String'.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list