]> source.dussan.org Git - jquery.git/commit
Core: Tiny efficiency fix to jQuery.extend / jQuery.fn.extend (#4246)
authorMarja Hölttä <marja.holtta@gmail.com>
Wed, 12 Dec 2018 16:13:18 +0000 (17:13 +0100)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Wed, 12 Dec 2018 16:13:18 +0000 (17:13 +0100)
commit4ffb1df8e4738eb86bde429ec20efc7394e5e497
treed3ce820a138d3ff50437202897b9b8c4d3bbeebe
parent13f3cd1611d7905c6fadcf2f8a533096b347a6ad
Core: Tiny efficiency fix to jQuery.extend / jQuery.fn.extend (#4246)

Read target[name] only when it's needed.

In addition to doing the property read-only when needed, this
avoids a slow path in V8 (see the issue for more details).

Fixes gh-4245
Closes gh-4246
src/core.js