Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-objects.h285 enum PropertyIndices { enum
Dwasm-objects.cc742 isolate->factory()->NewFixedArray(PropertyIndices::Count, TENURED); in New()
781 if (arr->length() != PropertyIndices::Count) return false; in IsWasmCompiledModule()