v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ParserBase< Traits >::ObjectLiteralChecker Class Reference

#include <preparser.h>

Public Member Functions

 ObjectLiteralChecker (ParserBase *parser, StrictMode strict_mode)
 
void CheckProperty (Token::Value property, PropertyKind type, bool *ok)
 

Detailed Description

template<typename Traits>
class v8::internal::ParserBase< Traits >::ObjectLiteralChecker

Definition at line 450 of file preparser.h.

Constructor & Destructor Documentation

ObjectLiteralChecker ( ParserBase parser,
StrictMode  strict_mode 
)
inline

Definition at line 452 of file preparser.h.

Member Function Documentation

void CheckProperty ( Token::Value  property,
PropertyKind  type,
bool *  ok 
)

The documentation for this class was generated from the following file: