Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-module-builder.cc325 uint32_t except_index = static_cast<uint32_t>(exceptions_.size()); in AddException() local
327 return except_index; in AddException()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js757 let except_index = this.tags.length + this.num_imported_tags;
759 return except_index;