[Webkit-unassigned] [Bug 33047] New: [V8] Use ScriptState instead of accessing v8::Context directly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 30 03:33:37 PST 2009


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

           Summary: [V8] Use ScriptState instead of accessing v8::Context
                    directly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yurys at chromium.org
                CC: dglazkov at chromium.org
        Depends on: 33016


ScriptState is an abstraction of JavaScript VM execution state that works for
both V8 and JSC. When possible WebCore code should manipulate this abstraction
instead of using v8::Context directly. The ScriptState instance can be
retrieved from ScriptController(for main isolated world) or from
V8IsolatedWorld.

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