Searched refs:CompilationHandleScope (Results 1 – 3 of 3) sorted by relevance
491 class V8_NODISCARD CompilationHandleScope final {493 explicit CompilationHandleScope(Isolate* isolate, in CompilationHandleScope() function496 V8_EXPORT_PRIVATE ~CompilationHandleScope();
974 CompilationHandleScope compilation(isolate, compilation_info); in PrepareJobWithHandleScope()1499 CompilationHandleScope::~CompilationHandleScope() { in ~CompilationHandleScope()
3265 CompilationHandleScope compilation_scope(isolate, info); in GenerateCodeForTesting()