Home
last modified time | relevance | path

Searched refs:cached_native_module_ (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc2675 : cached_native_module_(std::move(cached_native_module)) {} in CompileFinished()
2680 if (cached_native_module_) {
2681 job->native_module_ = cached_native_module_;
2693 job->FinishCompile(cached_native_module_ != nullptr);
2696 std::shared_ptr<NativeModule> cached_native_module_; member in v8::internal::wasm::__anon15175::AsyncCompileJob::CompileFinished

Completed in 8 milliseconds