V8 Project
json-parser.h File Reference
#include "src/v8.h"
#include "src/char-predicates-inl.h"
#include "src/conversions.h"
#include "src/heap/spaces-inl.h"
#include "src/messages.h"
#include "src/token.h"
+ Include dependency graph for json-parser.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::BASE_EMBEDDED< Visitor >
 

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 

Functions

template<typename StringType >
void v8::internal::SeqStringSet (Handle< StringType > seq_str, int i, uc32 c)
 
template<>
void v8::internal::SeqStringSet (Handle< SeqTwoByteString > seq_str, int i, uc32 c)
 
template<>
void v8::internal::SeqStringSet (Handle< SeqOneByteString > seq_str, int i, uc32 c)
 
template<typename StringType >
Handle< StringType > v8::internal::NewRawString (Factory *factory, int length, PretenureFlag pretenure)
 
template<>
Handle< SeqTwoByteString > v8::internal::NewRawString (Factory *factory, int length, PretenureFlag pretenure)