Home
last modified time | relevance | path

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

/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc921 static constexpr int kStackLimit = 300; variable
954 if (stack_depth > kStackLimit) { in ParseValue()
1513 const int kStackLimit = 300; variable
1970 if (depth > kStackLimit) { in ParseValue()
/third_party/node/tools/inspector_protocol/lib/
Dencoding_cpp.template929 static constexpr int kStackLimit = 300;
962 if (stack_depth > kStackLimit) {
1521 const int kStackLimit = 300;
1978 if (depth > kStackLimit) {