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
PreParserScope Class Reference

#include <preparser.h>

Public Member Functions

 PreParserScope (PreParserScope *outer_scope, ScopeType scope_type)
 
ScopeType type ()
 
StrictMode strict_mode () const
 
void SetStrictMode (StrictMode strict_mode)
 

Detailed Description

Definition at line 677 of file preparser.h.

Constructor & Destructor Documentation

PreParserScope ( PreParserScope outer_scope,
ScopeType  scope_type 
)
inlineexplicit

Definition at line 679 of file preparser.h.

References v8::internal::SLOPPY, and PreParserScope::strict_mode().

Member Function Documentation

void SetStrictMode ( StrictMode  strict_mode)
inline

Definition at line 686 of file preparser.h.

References PreParserScope::strict_mode().

StrictMode strict_mode ( ) const
inline

Definition at line 685 of file preparser.h.

Referenced by PreParserScope::PreParserScope(), and PreParserScope::SetStrictMode().

ScopeType type ( )
inline

Definition at line 684 of file preparser.h.


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