Searched refs:SameValueTyper (Results 1 – 1 of 1) sorted by relevance
316 static Type SameValueTyper(Type, Type, Typer*);1887 Type Typer::Visitor::SameValueTyper(Type lhs, Type rhs, Typer* t) { in SameValueTyper() function in v8::internal::compiler::Typer::Visitor1892 return TypeBinaryOp(node, SameValueTyper); in TypeSameValue()