| 98 | BENCHMARK(DecodeAndVisitJSCore); |
| 99 | |
| 100 | static void DecodeAndVisitMapQuickJS(benchmark::State& state) { |
| 101 | doBench(JavaScriptEngineType::QuickJS, "makeMapDecoderVisitor", state); |
| 102 | } |
| 103 | BENCHMARK(DecodeAndVisitMapQuickJS); |
| 104 | |
| 105 | static void DecodeAndVisitMapJSCore(benchmark::State& state) { |