Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcommon-operator.h690 int FormalParameterCountWithoutReceiver() const { in FormalParameterCountWithoutReceiver() function
Djs-inlining.cc721 DCHECK_EQ(parameter_count, start.FormalParameterCountWithoutReceiver()); in ReduceJSCall()