MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __throw_length_error

Method __throw_length_error

system/lib/libcxx/src/vector.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22};
23
24void __vector_base_common<true>::__throw_length_error() const { std::__throw_length_error("vector"); }
25
26void __vector_base_common<true>::__throw_out_of_range() const { std::__throw_out_of_range("vector"); }
27

Callers 6

__vallocateFunction · 0.45
__recommendMethod · 0.45
reserveMethod · 0.45
__vallocateFunction · 0.45
__recommendMethod · 0.45
reserveMethod · 0.45

Calls 1

__throw_length_errorFunction · 0.85

Tested by

no test coverage detected