Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h2239 uint32_t params_count = static_cast<uint32_t>(this->num_locals()); in Decode() local
2241 this->DecodeLocals(this->pc(), &locals_length, params_count); in Decode()
2245 for (uint32_t index = params_count; index < this->num_locals(); index++) { in Decode()

Completed in 9 milliseconds