Home
last modified time | relevance | path

Searched refs:HasNonEmptySourceRange (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/debug/
H A Ddebug-coverage.h34 bool HasNonEmptySourceRange() const { return start < end && start >= 0; } in HasNonEmptySourceRange() function
H A Ddebug-coverage.cc421 if (!function->HasNonEmptySourceRange()) return; in CollectBlockCoverageInternal()
733 bool has_nonempty_source_range = function.HasNonEmptySourceRange(); in Collect()

Completed in 3 milliseconds