![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
| NamedPropertyIterator (JsonParser< Char > &parser, const JsonProperty *it, const JsonProperty *end) | |
| void | Advance () |
| bool | Done () const |
| base::Vector< const Char > | GetKeyChars () |
| Handle< String > | GetKey (Handle< String > expected_key_hint) |
| Handle< Object > | GetValue (bool will_revisit_value) |
| NamedPropertyValueIterator | RevisitValues () |
Private Attributes | |
| JsonParser< Char > & | parser_ |
| const JsonProperty * | start_ |
| const JsonProperty * | it_ |
| const JsonProperty * | end_ |
Definition at line 1241 of file json-parser.cc.
|
inline |
Definition at line 1243 of file json-parser.cc.
|
inline |
Definition at line 1253 of file json-parser.cc.
|
inline |
Definition at line 1260 of file json-parser.cc.
|
inline |
Definition at line 1268 of file json-parser.cc.
|
inline |
Definition at line 1265 of file json-parser.cc.
|
inline |
Definition at line 1271 of file json-parser.cc.
|
inline |
Definition at line 1275 of file json-parser.cc.
|
private |
Definition at line 1284 of file json-parser.cc.
|
private |
Definition at line 1283 of file json-parser.cc.
|
private |
Definition at line 1280 of file json-parser.cc.
|
private |
Definition at line 1282 of file json-parser.cc.