![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <string-format.h>
Public Types | |
using | StorageType |
Public Attributes | |
StorageType | value |
Static Public Attributes | |
static constexpr bool | kIs64Bit = sizeof(I) == 8 |
static constexpr bool | kIsSigned = std::is_signed_v<I> |
static constexpr int | kMaxLen = (kIs64Bit ? 20 : 10) + (kIsSigned ? 1 : 0) |
static constexpr std::string_view | kFormats [2][2] |
static constexpr std::string_view | kFormatPart = kFormats[kIs64Bit][kIsSigned] |
Definition at line 61 of file string-format.h.
using v8::base::impl::FormattedStringPart< I >::StorageType |
Definition at line 70 of file string-format.h.
|
staticconstexpr |
Definition at line 68 of file string-format.h.
|
staticconstexpr |
Definition at line 66 of file string-format.h.
|
staticconstexpr |
Definition at line 63 of file string-format.h.
|
staticconstexpr |
Definition at line 64 of file string-format.h.
|
staticconstexpr |
Definition at line 65 of file string-format.h.
StorageType v8::base::impl::FormattedStringPart< I >::value |
Definition at line 74 of file string-format.h.