Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc30 static const char typeProfileStarted[] = "typeProfileStarted"; variable
463 m_state->setBoolean(ProfilerAgentState::typeProfileStarted, true); in startTypeProfile()
470 m_state->setBoolean(ProfilerAgentState::typeProfileStarted, false); in stopTypeProfile()
478 if (!m_state->booleanProperty(ProfilerAgentState::typeProfileStarted, in takeTypeProfile()