Home
last modified time | relevance | path

Searched refs:lastStatementInBlock (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/bytecompiler/
DNodesCodegen.cpp1972 … StatementNode* lastStatementInBlock = static_cast<BlockNode*>(singleStatement)->lastStatement(); in emitBytecode() local
1973 if (lastStatementInBlock && lastStatementInBlock->isReturnNode()) in emitBytecode()