Home
last modified time | relevance | path

Searched refs:BenchmarkClass (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts681 export function addBenchmark(BenchmarkClass: any) {
682 benchmarks.push(BenchmarkClass);
/third_party/typescript/tests/baselines/reference/
Dparserharness.js681 export function addBenchmark(BenchmarkClass: any) {
682 benchmarks.push(BenchmarkClass);
2654 function addBenchmark(BenchmarkClass) { argument
2655 Perf.benchmarks.push(BenchmarkClass);
Dparserharness.errors.txt820 // export function addBenchmark(BenchmarkClass: {new(): Benchmark;}) {
821 export function addBenchmark(BenchmarkClass: any) {
822 benchmarks.push(BenchmarkClass);
Dparserharness.types2526 // export function addBenchmark(BenchmarkClass: {new(): Benchmark;}) {
2527 export function addBenchmark(BenchmarkClass: any) {
2528 >addBenchmark : (BenchmarkClass: any) => void
2529 >BenchmarkClass : any
2531 benchmarks.push(BenchmarkClass);
2532 >benchmarks.push(BenchmarkClass) : number
2536 >BenchmarkClass : any
Dparserharness.symbols1995 // export function addBenchmark(BenchmarkClass: {new(): Benchmark;}) {
1996 export function addBenchmark(BenchmarkClass: any) {
1998 >BenchmarkClass : Symbol(BenchmarkClass, Decl(parserharness.ts, 679, 37))
2000 benchmarks.push(BenchmarkClass);
2004 >BenchmarkClass : Symbol(BenchmarkClass, Decl(parserharness.ts, 679, 37))