Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h156 static constexpr int kExtraConstructInputCount = 3; member in v8::internal::compiler::final
161 DCHECK_GE(arity, kExtraConstructInputCount); in ConstructParameters()
173 return static_cast<int>(arity_ - kExtraConstructInputCount); in arity_without_implicit_args()
1373 ConstructParameters::kExtraConstructInputCount);

Completed in 4 milliseconds