Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecompiler/
DNodesCodegen.cpp1003 RefPtr<Label> afterExpr1 = generator.newLabel(); in emitBytecodeInConditionContext() local
1005 generator.emitNodeInConditionContext(m_expr1, afterExpr1.get(), falseTarget, true); in emitBytecodeInConditionContext()
1007 generator.emitNodeInConditionContext(m_expr1, trueTarget, afterExpr1.get(), false); in emitBytecodeInConditionContext()
1008 generator.emitLabel(afterExpr1.get()); in emitBytecodeInConditionContext()