Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/dfg/
DDFGNode.h73 #define NodeIsBranch 0x80000 macro
142 macro(Branch, NodeMustGenerate | NodeIsBranch) \
315 return op & NodeIsBranch; in isBranch()