![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <string.h>
Classes | |
| class | iterator |
Public Member Functions | |
| SubStringRange (Tagged< String > string, const DisallowGarbageCollection &no_gc, int first=0, int length=-1) | |
| iterator | begin () |
| iterator | end () |
Private Attributes | |
| Tagged< String > | string_ |
| int | first_ |
| int | length_ |
| const DisallowGarbageCollection & | no_gc_ |
|
inline |
Definition at line 1619 of file string-inl.h.
|
inline |
Definition at line 1660 of file string-inl.h.
|
inline |
Definition at line 1664 of file string-inl.h.
|
private |