Bug 195679

Summary: [GLIB] Optimize jsc_value_object_define_property_data|accessor
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, ews-watchlist, keith_miller, mark.lam, msaboff, saam, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch saam: review+

Description Carlos Garcia Campos 2019-03-13 07:46:16 PDT
We could simply use direct C++ call instead of using the JSC GLib API to create the descriptor object and invoke Object.defineProperty().
Comment 1 Carlos Garcia Campos 2019-03-13 07:48:21 PDT
Created attachment 364533 [details]
Patch
Comment 2 Carlos Garcia Campos 2019-03-20 06:56:00 PDT
Committed r243200: <https://trac.webkit.org/changeset/243200>
Comment 3 Radar WebKit Bug Importer 2019-03-20 07:01:16 PDT
<rdar://problem/49060464>