We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7dc206 commit e34c7b8Copy full SHA for e34c7b8
deps/v8/test/cctest/test-cpu-profiler.cc
@@ -1669,7 +1669,7 @@ TEST(FunctionDetails) {
1669
}
1670
1671
TEST(FunctionDetailsInlining) {
1672
- if (!CcTest::i_isolate()->use_optimizer() || i::FLAG_always_opt) return;
+ if (!i::FLAG_opt || i::FLAG_always_opt) return;
1673
i::FLAG_allow_natives_syntax = true;
1674
v8::HandleScope scope(CcTest::isolate());
1675
v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);
0 commit comments