-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Milestone
Description
- apple needs to fix it
i would consider these high risk:
- https://github.com/emberjs/ember.js/blob/f9aa3f4eb656ab22994e91e738698e4a8d377f61/packages/ember-metal/lib/events.js
- https://github.com/emberjs/ember.js/blob/f9aa3f4eb656ab22994e91e738698e4a8d377f61/packages/ember-metal/lib/dependent_keys.js
-
ember.js/packages/ember-metal/lib/mixin.js
Line 148 in a1e9072
property = o_create(property); -
ember.js/packages/ember-metal/lib/utils.js
Lines 306 to 309 in 3eb83a2
ret = o_create(ret); ret.descs = o_create(ret.descs); ret.watching = o_create(ret.watching); ret.cache = {}; -
function actionsFor(obj, eventName) {
i would consider these low risk:
the following are likely not a problem, as these creating a null prototype (still often use). I would likely prefer we wait for these ones to cause issues in the wild..
-
ember.js/packages/ember-metal/lib/map.js
Line 42 in fc26db2
} -
this.children = create(null); -
this.seen = create(null);
cc @rwjblue
Metadata
Metadata
Assignees
Labels
No labels