Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

console: allow Object.prototype fields as labels #9116

Closed
wants to merge 1 commit into from
Closed

console: allow Object.prototype fields as labels #9116

wants to merge 1 commit into from

Commits on Jan 29, 2015

  1. console: allow Object.prototype fields as labels

    Console.prototype.timeEnd() returns NaN if the timer label
    corresponds to a property on Object.prototype. This commit
    uses Object.create(null) to construct the _times object.
    cjihrig committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    d83577d View commit details
    Browse the repository at this point in the history