| 93 | BENCHMARK(DecodeAndVisitQuickJS); |
| 94 | |
| 95 | static void DecodeAndVisitJSCore(benchmark::State& state) { |
| 96 | doBench(JavaScriptEngineType::JSCore, "makeDecoderVisitor", state); |
| 97 | } |
| 98 | BENCHMARK(DecodeAndVisitJSCore); |
| 99 | |
| 100 | static void DecodeAndVisitMapQuickJS(benchmark::State& state) { |