Searched refs:InstanceOfNode (Results 1 – 5 of 5) sorted by relevance
/external/webkit/JavaScriptCore/parser/ |
D | Grammar.y | 572 …| RelationalExpr INSTANCEOF ShiftExpr { InstanceOfNode* node = new InstanceOfNode(GLOBAL_DATA, $1.… 587 …{ InstanceOfNode* node = new InstanceOfNode(GLOBAL_DATA, $1.m_node, $3.m_node, $3.m_features & Ass… 599 …{ InstanceOfNode* node = new InstanceOfNode(GLOBAL_DATA, $1.m_node, $3.m_node, $3.m_features & Ass…
|
D | Nodes.h | 1318 class InstanceOfNode : public ThrowableBinaryOpNode { 1320 …InstanceOfNode(JSGlobalData* globalData, ExpressionNode* expr1, ExpressionNode* expr2, bool rightH… in InstanceOfNode() function
|
D | Nodes.cpp | 1164 RegisterID* InstanceOfNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst) in emitBytecode()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 4182 (KJS::InstanceOfNode::): 6874 (KJS::InstanceOfNode::): 6875 (KJS::InstanceOfNode::precedence): 6897 (KJS::InstanceOfNode::streamTo): 10753 (KJS::InstanceOfNode::emitCode): 11854 (KJS::InstanceOfNode::optimizeVariableAccess): 11855 (KJS::InstanceOfNode::evaluate): 11856 (KJS::InstanceOfNode::evaluateToBoolean): 12984 (KJS::InstanceOfNode::emitCode): 14949 Add emitCode support for InstanceOfNode. [all …]
|
D | ChangeLog | 1292 (JSC::InstanceOfNode::): 5574 (JSC::InstanceOfNode::emitBytecode): 11030 (JSC::InstanceOfNode::): 11187 (JSC::InstanceOfNode::emitBytecode): 11432 (JSC::InstanceOfNode::emitBytecode): 11488 (JSC::InstanceOfNode::): 12785 (JSC::InstanceOfNode::emitCode): Ditto. 18009 (JSC::InstanceOfNode::emitCode): 18251 (JSC::InstanceOfNode::emitCode): 22447 (JSC::InstanceOfNode::emitCode): [all …]
|