Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/common/
Dglobals.h1814 inline constexpr int JSParameterCount(int param_count_without_receiver) { in JSParameterCount() argument
1815 return param_count_without_receiver + kJSArgcReceiverSlots; in JSParameterCount()