V8 Project
parser.cc File Reference
#include "src/v8.h"
#include "src/api.h"
#include "src/ast.h"
#include "src/bailout-reason.h"
#include "src/base/platform/platform.h"
#include "src/bootstrapper.h"
#include "src/char-predicates-inl.h"
#include "src/codegen.h"
#include "src/compiler.h"
#include "src/messages.h"
#include "src/parser.h"
#include "src/preparser.h"
#include "src/runtime/runtime.h"
#include "src/scanner-character-streams.h"
#include "src/scopeinfo.h"
#include "src/string-stream.h"
+ Include dependency graph for parser.cc:

Go to the source code of this file.

Classes

class  v8::internal::BASE_EMBEDDED< Visitor >
 
class  v8::internal::ParserTraits::Checkpoint
 

Namespaces

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

Macros

#define CHECK_OK
 
#define DUMMY   )
 
#define CHECK_FAILED
 
#define DUMMY   )
 

Functions

static bool v8::internal::ContainsLabel (ZoneList< const AstRawString * > *labels, const AstRawString *label)
 
bool v8::internal::CheckAndDeclareArrowParameter (ParserTraits *traits, Expression *expression, Scope *scope, int *num_params, Scanner::Location *dupe_loc)
 
static void v8::internal::AddRangeOrEscape (ZoneList< CharacterRange > *ranges, uc16 char_class, CharacterRange range, Zone *zone)
 

Variables

static const uc16 v8::internal::kNoCharClass = 0
 

Macro Definition Documentation

◆ CHECK_FAILED

#define CHECK_FAILED
Value:
); \
if (failed_) return NULL; \
((void)0
enable harmony numeric enable harmony object literal extensions Optimize object Array DOM strings and string trace pretenuring decisions of HAllocate instructions Enables optimizations which favor memory size over execution speed maximum source size in bytes considered for a single inlining maximum cumulative number of AST nodes considered for inlining trace the tracking of allocation sites deoptimize every n garbage collections perform array bounds checks elimination analyze liveness of environment slots and zap dead values flushes the cache of optimized code for closures on every GC allow uint32 values on optimize frames if they are used only in safe operations track concurrent recompilation artificial compilation delay in ms do not emit check maps for constant values that have a leaf deoptimize the optimized code if the layout of the maps changes enable context specialization in TurboFan execution budget before interrupt is triggered max percentage of megamorphic generic ICs to allow optimization enable use of SAHF instruction if enable use of VFP3 instructions if available enable use of NEON instructions if enable use of SDIV and UDIV instructions if enable use of MLS instructions if enable loading bit constant by means of movw movt instruction enable unaligned accesses for enable use of d16 d31 registers on ARM this requires VFP3 force all emitted branches to be in long enable alignment of csp to bytes on platforms which prefer the register to always be NULL

Definition at line 336 of file parser.cc.

◆ CHECK_OK

#define CHECK_OK
Value:
ok); \
if (!*ok) return NULL; \
((void)0

Definition at line 330 of file parser.cc.

◆ DUMMY [1/2]

#define DUMMY   )

Definition at line 339 of file parser.cc.

◆ DUMMY [2/2]

#define DUMMY   )

Definition at line 339 of file parser.cc.