Searched defs:createEmptyStatement (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DSyntaxChecker.h190 int createEmptyStatement(const JSTokenLocation&) { return 1; } function in class:JSC::SyntaxChecker
H A DASTBuilder.h395 StatementNode* createEmptyStatement(const JSTokenLocation& location) { return new (m_vm) EmptyStatementNode(location); } function in class:JSC::ASTBuilder

Completed in 122 milliseconds