Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcompiler.h491 class V8_NODISCARD CompilationHandleScope final {
493 explicit CompilationHandleScope(Isolate* isolate, in CompilationHandleScope() function
496 V8_EXPORT_PRIVATE ~CompilationHandleScope();
Dcompiler.cc974 CompilationHandleScope compilation(isolate, compilation_info); in PrepareJobWithHandleScope()
1499 CompilationHandleScope::~CompilationHandleScope() { in ~CompilationHandleScope()
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc3265 CompilationHandleScope compilation_scope(isolate, info); in GenerateCodeForTesting()