Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/logging/
Dlog.cc1250 int maxInlinedId = -1; in LogSourceCodeInformation() local
1261 if (inlining_pos.inlined_function_id > maxInlinedId) { in LogSourceCodeInformation()
1262 maxInlinedId = inlining_pos.inlined_function_id; in LogSourceCodeInformation()
1277 for (int i = 0; i <= maxInlinedId; i++) { in LogSourceCodeInformation()