mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Update vendor/bechmark.js. [ci skip]
This commit is contained in:
7
vendor/benchmark.js/benchmark.js
vendored
7
vendor/benchmark.js/benchmark.js
vendored
@@ -203,7 +203,7 @@
|
|||||||
(function() {
|
(function() {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Detect if in a browser environment.
|
* Detect if running in a browser environment.
|
||||||
*
|
*
|
||||||
* @memberOf Benchmark.support
|
* @memberOf Benchmark.support
|
||||||
* @type boolean
|
* @type boolean
|
||||||
@@ -235,7 +235,7 @@
|
|||||||
support.unshiftResult = !![].unshift(1);
|
support.unshiftResult = !![].unshift(1);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Detect if functions support decompilation.
|
* Detect if function decompilation is support.
|
||||||
*
|
*
|
||||||
* @name decompilation
|
* @name decompilation
|
||||||
* @memberOf Benchmark.support
|
* @memberOf Benchmark.support
|
||||||
@@ -822,7 +822,7 @@
|
|||||||
* @memberOf Benchmark
|
* @memberOf Benchmark
|
||||||
* @param {Array} benches Array of benchmarks to iterate over.
|
* @param {Array} benches Array of benchmarks to iterate over.
|
||||||
* @param {Object|string} name The name of the method to invoke OR options object.
|
* @param {Object|string} name The name of the method to invoke OR options object.
|
||||||
* @param {...*} [arg] Arguments to invoke the method with.
|
* @param {...*} [args] Arguments to invoke the method with.
|
||||||
* @returns {Array} A new array of values returned from each method invoked.
|
* @returns {Array} A new array of values returned from each method invoked.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
@@ -1218,6 +1218,7 @@
|
|||||||
*
|
*
|
||||||
* @memberOf Benchmark, Benchmark.Suite
|
* @memberOf Benchmark, Benchmark.Suite
|
||||||
* @param {Object|string} type The event type or object.
|
* @param {Object|string} type The event type or object.
|
||||||
|
* @param {...*} [args] Arguments to invoke the listener with.
|
||||||
* @returns {*} Returns the return value of the last listener executed.
|
* @returns {*} Returns the return value of the last listener executed.
|
||||||
*/
|
*/
|
||||||
function emit(type) {
|
function emit(type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user