Home
last modified time | relevance | path

Searched refs:kStreaming (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.cc1718 enum CompileMode { kSynchronous, kAsync, kStreaming }; enumerator
1755 (compile_mode_ == kStreaming), // streamed in call()
1782 (compile_mode_ == kStreaming), // streamed in call()
2611 : CompilationTimeCallback::kStreaming; in RunInForeground()