v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <preparser.h>
Public Member Functions | |
PreParserScope (PreParserScope *outer_scope, ScopeType scope_type) | |
ScopeType | type () |
StrictMode | strict_mode () const |
void | SetStrictMode (StrictMode strict_mode) |
Definition at line 677 of file preparser.h.
|
inlineexplicit |
Definition at line 679 of file preparser.h.
References v8::internal::SLOPPY, and PreParserScope::strict_mode().
|
inline |
Definition at line 686 of file preparser.h.
References PreParserScope::strict_mode().
|
inline |
Definition at line 685 of file preparser.h.
Referenced by PreParserScope::PreParserScope(), and PreParserScope::SetStrictMode().
|
inline |
Definition at line 684 of file preparser.h.