Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-fast-api-calls.h324 struct FastApiTypedArrayBase { struct
336 struct FastApiTypedArray : public FastApiTypedArrayBase { argument
/third_party/node/deps/v8/src/api/
Dapi.cc10382 void FastApiTypedArrayBase::ValidateIndex(size_t index) const { in ValidateIndex()