Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-inlining.cc38 static const int kMaxDepthForInlining = 50; variable
517 if (nesting_level > kMaxDepthForInlining) { in ReduceJSCall()