| 103 | BENCHMARK(DecodeAndVisitMapQuickJS); |
| 104 | |
| 105 | static void DecodeAndVisitMapJSCore(benchmark::State& state) { |
| 106 | doBench(JavaScriptEngineType::JSCore, "makeMapDecoderVisitor", state); |
| 107 | } |
| 108 | BENCHMARK(DecodeAndVisitMapJSCore); |
| 109 | |
| 110 | BENCHMARK_MAIN(); |