Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Ddebug-objects.h134 static const int kEstimatedNofBreakPointsInFunction = 4; variable
Ddebug-objects.cc149 DebugInfo::kEstimatedNofBreakPointsInFunction); in SetBreakPoint()
/third_party/node/deps/v8/src/debug/
Ddebug.cc1957 factory->NewFixedArray(DebugInfo::kEstimatedNofBreakPointsInFunction)); in CreateBreakInfo()