[Webkit-unassigned] [Bug 102739] New: V8: EmptyScriptState passed to functions marked with CallWith=ScriptState

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 19 16:34:26 PST 2012


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

           Summary: V8: EmptyScriptState passed to functions marked with
                    CallWith=ScriptState
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: michael at 68k.org


Adding CallWith=ScriptState to a function causes the V8 binding generator to invoke the function with an EmptyScriptState rather than with ScriptState::current(). Since the EmptyScriptState has a null v8::Context, any clients which depend upon a valid v8::Context will fail.

-- 
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