Home
last modified time | relevance | path

Searched defs:JSParameterCount (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h3810 inline TNode<Int32T> JSParameterCount(int argc_without_receiver) { in JSParameterCount() function
3813 inline TNode<Word32T> JSParameterCount(TNode<Word32T> argc_without_receiver) { in JSParameterCount() function
/third_party/node/deps/v8/src/common/
Dglobals.h1814 inline constexpr int JSParameterCount(int param_count_without_receiver) { in JSParameterCount() function