v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
string-table.cc File Reference
Include dependency graph for string-table.cc:

Go to the source code of this file.

Classes

class  v8::internal::StringTable::OffHeapStringHashSet
 
class  v8::internal::StringTable::Data
 
class  v8::internal::InternalizedStringKey
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Variable Documentation

◆ inlined_

Char inlined_[kInlinedBufferSize]
private

Definition at line 543 of file string-table.cc.

◆ kInlinedBufferSize

size_t kInlinedBufferSize = 256
staticconstexprprivate

Definition at line 542 of file string-table.cc.

◆ outofline_

std::unique_ptr<Char[]> outofline_
private

Definition at line 544 of file string-table.cc.