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

/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp820 void LogicalNotNode::emitBytecodeInConditionContext(BytecodeGenerator& generator, Label* trueTarget, Label* falseTarget, bool fallThroughMeansTrue) function in class:JSC::LogicalNotNode
1037 void LogicalOpNode::emitBytecodeInConditionContext(BytecodeGenerator& generator, Label* trueTarget, Label* falseTarget, bool fallThroughMeansTrue) function in class:JSC::LogicalOpNode
/external/webkit/Source/JavaScriptCore/parser/
H A DNodes.h164 virtual void emitBytecodeInConditionContext(BytecodeGenerator&, Label*, Label*, bool) { ASSERT_NOT_REACHED(); } function in class:JSC::ExpressionNode
803 void emitBytecodeInConditionContext(BytecodeGenerator&, Label* trueTarget, Label* falseTarget, bool fallThroughMeansTrue);
974 void emitBytecodeInConditionContext(BytecodeGenerator&, Label* trueTarget, Label* falseTarget, bool fallThroughMeansTrue);

Completed in 737 milliseconds