V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8_inspector::protocol::StringUtil Class Reference

Static Public Member Functions

static String substring (const String &s, size_t pos, size_t len)
 
static String fromInteger (int number)
 
static String fromInteger (size_t number)
 
static String fromDouble (double number)
 
static double toDouble (const char *s, size_t len, bool *isOk)
 
static size_t find (const String &s, const char *needle)
 
static size_t find (const String &s, const String &needle)
 
static void builderAppend (StringBuilder &builder, const String &s)
 
static void builderAppend (StringBuilder &builder, UChar c)
 
static void builderAppend (StringBuilder &builder, const char *s, size_t len)
 
static void builderAppendQuotedString (StringBuilder &, const String &)
 
static void builderReserve (StringBuilder &builder, size_t capacity)
 
static String builderToString (StringBuilder &builder)
 
static std::unique_ptr< protocol::Value > parseJSON (const String16 &json)
 
static std::unique_ptr< protocol::Value > parseJSON (const StringView &json)
 

Static Public Attributes

static const size_t kNotFound = String::kNotFound
 

Detailed Description

Definition at line 26 of file string-util.h.


The documentation for this class was generated from the following files: