| 83 | BENCHMARK(EncodeQuickJS); |
| 84 | |
| 85 | static void EncodeJSCore(benchmark::State& state) { |
| 86 | doBench(JavaScriptEngineType::JSCore, "makeEncoder", state); |
| 87 | } |
| 88 | BENCHMARK(EncodeJSCore); |
| 89 | |
| 90 | static void DecodeAndVisitQuickJS(benchmark::State& state) { |