webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <Nodes.h>
Public Member Functions | |
SourceElements () | |
void | append (StatementNode *) |
StatementNode * | singleStatement () const |
StatementNode * | lastStatement () const |
void | emitBytecode (BytecodeGenerator &, RegisterID *destination) |
void | analyzeModule (ModuleAnalyzer &) |
Public Member Functions inherited from JSC::ParserArenaFreeable | |
void * | operator new (size_t, ParserArena &) |
|
inline |
void JSC::SourceElements::analyzeModule | ( | ModuleAnalyzer & | analyzer | ) |
void JSC::SourceElements::append | ( | StatementNode * | statement | ) |
|
inline |
|
inline |
StatementNode * JSC::SourceElements::singleStatement | ( | ) | const |