Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.cc49 class CompilationHandleScope final { class
51 explicit CompilationHandleScope(Isolate* isolate, in CompilationHandleScope() function in v8::internal::CompilationHandleScope
54 ~CompilationHandleScope() { info_->set_deferred_handles(deferred_.Detach()); } in ~CompilationHandleScope()
737 base::Optional<CompilationHandleScope> compilation; in GetOptimizedCode()