| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 25fd85d commit 6a01918
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1115,7 +1115,7 @@ RegExpEngine::CompilationResult RegExpCompiler::Assemble( | |||
| 1115 | 1115 | Handle<HeapObject> code = macro_assembler_->GetCode(pattern); | |
| 1116 | 1116 | isolate->IncreaseTotalRegexpCodeGenerated(code->Size()); | |
| 1117 | 1117 | work_list_ = NULL; | |
| 1118 | - #ifdef ENABLE_DISASSEMBLER | ||
| 1118 | + #if defined(ENABLE_DISASSEMBLER) && !defined(V8_INTERPRETED_REGEXP) | ||
| 1119 | 1119 | if (FLAG_print_code) { | |
| 1120 | 1120 | CodeTracer::Scope trace_scope(isolate->GetCodeTracer()); | |
| 1121 | 1121 | OFStream os(trace_scope.file()); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments