Home
last modified time | relevance | path

Searched defs:trueTarget (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h220 …void emitNodeInConditionContext(ExpressionNode* n, Label* trueTarget, Label* falseTarget, bool fal… in emitNodeInConditionContext()
DNodesCodegen.cpp820 void LogicalNotNode::emitBytecodeInConditionContext(BytecodeGenerator& generator, Label* trueTarget in emitBytecodeInConditionContext()
1037 void LogicalOpNode::emitBytecodeInConditionContext(BytecodeGenerator& generator, Label* trueTarget,… in emitBytecodeInConditionContext()