Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.h228 Handle<Context> incumbent_context_; variable
Dmodule-compiler.cc2027 incumbent_context_ = isolate->global_handles()->Create(*incumbent_context); in AsyncCompileJob()
2123 isolate_->global_handles()->Destroy(incumbent_context_.location()); in ~AsyncCompileJob()
2287 Utils::ToLocal(incumbent_context_); in AsyncCompileSucceeded()