Home
last modified time | relevance | path

Searched defs:CompilationEvent (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dmodule-compiler.cc52 enum class CompilationEvent : uint8_t { enum
2823 std::function<void(CompilationEvent, ErrorThrower*)> callback) { in SetCallback()