[Webkit-unassigned] [Bug 125722] New: Small string improvements to JSInjectedScriptHost::type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 13 19:57:15 PST 2013


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

           Summary: Small string improvements to
                    JSInjectedScriptHost::type
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org


This function returns a few strings that JSC VM's always have ("string", "boolean", "number"). And other jsString(...) calls can use ASCIILiteral.

NOTE: The paths that now return smallString are not used because InjectedScriptHost::type calls in InjectedScriptSource avoid calling type for primitives (at least right now).

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