- Preparing search index...
- The search index is not available
vexflow
Methods
Static
benchmark
- benchmark(s, f): void
-
Returns void
Static
contains
- contains(arr, obj): boolean
-
Returns boolean
Static
getCanvasContext
- getCanvasContext(canvasSelector): RenderingContext
-
Returns RenderingContext
Static
sortAndUnique
- sortAndUnique(arr, cmp, eq): any[]
-
Parameters
-
arr: any[]
-
cmp: any
-
eq: any
Returns any[]
Static
stackTrace
- stackTrace(): undefined | string
-
Returns undefined | string
Benchmark. Run function
f
once and report time elapsed shifted bys
milliseconds.