コード例 #1
0
void AbstractValue::fixTypeForRepresentation(Node* node)
{
    fixTypeForRepresentation(node->result());
}
コード例 #2
0
ファイル: DFGAbstractValue.cpp プロジェクト: rhythmkay/webkit
void AbstractValue::fixTypeForRepresentation(Graph& graph, Node* node)
{
    fixTypeForRepresentation(graph, node->result(), node);
}