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

Method __throw_length_error

system/lib/libcxx/src/string.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33};
34
35void __basic_string_common<true>::__throw_length_error() const { std::__throw_length_error("basic_string"); }
36void __basic_string_common<true>::__throw_out_of_range() const { std::__throw_out_of_range("basic_string"); }
37
38#endif // _LIBCPP_ABI_DO_NOT_EXPORT_BASIC_STRING_COMMON

Callers

nothing calls this directly

Calls 1

__throw_length_errorFunction · 0.85

Tested by

no test coverage detected