V8 Project
typing.cc File Reference
#include "src/typing.h"
#include "src/frames.h"
#include "src/frames-inl.h"
#include "src/ostreams.h"
#include "src/parser.h"
#include "src/scopes.h"
+ Include dependency graph for typing.cc:

Go to the source code of this file.

Namespaces

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

Macros

#define RECURSE(call)
 
#define RECURSE(call)
 

Macro Definition Documentation

◆ RECURSE [1/2]

#define RECURSE (   call)
Value:
do { \
DCHECK(!visitor->HasStackOverflow()); \
call; \
if (visitor->HasStackOverflow()) return; \
} while (false)

Definition at line 120 of file typing.cc.

◆ RECURSE [2/2]

#define RECURSE (   call)
Value:
do { \
DCHECK(!HasStackOverflow()); \
call; \
if (HasStackOverflow()) return; \
} while (false)

Definition at line 120 of file typing.cc.