| 88 | BENCHMARK(EncodeJSCore); |
| 89 | |
| 90 | static void DecodeAndVisitQuickJS(benchmark::State& state) { |
| 91 | doBench(JavaScriptEngineType::QuickJS, "makeDecoderVisitor", state); |
| 92 | } |
| 93 | BENCHMARK(DecodeAndVisitQuickJS); |
| 94 | |
| 95 | static void DecodeAndVisitJSCore(benchmark::State& state) { |