v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
json-parser.h File Reference
#include "v8.h"
#include "char-predicates-inl.h"
#include "v8conversions.h"
#include "messages.h"
#include "spaces-inl.h"
#include "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.

Data Structures

class  BASE_EMBEDDED< Visitor >
 

Namespaces

 v8
 
 v8::internal
 

Functions

template<typename StringType >
void SeqStringSet (Handle< StringType > seq_str, int i, uc32 c)
 
template<>
void SeqStringSet (Handle< SeqTwoByteString > seq_str, int i, uc32 c)
 
template<>
void SeqStringSet (Handle< SeqAsciiString > seq_str, int i, uc32 c)
 
template<typename StringType >
Handle< StringType > NewRawString (Factory *factory, int length)
 
template<>
Handle< SeqTwoByteString > NewRawString (Factory *factory, int length)
 
template<>
Handle< SeqAsciiString > NewRawString (Factory *factory, int length)