Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-operator.h369 slot_count_(slot_count), in CreateFunctionContextParameters()
375 int slot_count() const { return slot_count_; } in slot_count()
380 int const slot_count_; variable