Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dint64-lowering.cc354 int new_return_count = GetReturnCountAfterLowering(signature()); in LowerNode() local
355 if (static_cast<int>(signature()->return_count()) != new_return_count) { in LowerNode()
356 NodeProperties::ChangeOp(node, common()->Return(new_return_count)); in LowerNode()

Completed in 3 milliseconds