Searched refs:ObjectIsSymbol (Results 1 – 5 of 5) sorted by relevance
720 const Operator* ObjectIsSymbol(); in NON_EXPORTED_BASE()
300 static Type ObjectIsSymbol(Type, Typer*);641 Type Typer::Visitor::ObjectIsSymbol(Type type, Typer* t) { in ObjectIsSymbol() function in v8::internal::compiler::Typer::Visitor2165 return TypeUnaryOp(node, ObjectIsSymbol); in TypeObjectIsSymbol()
415 V(ObjectIsSymbol) \
750 V(ObjectIsSymbol, Operator::kNoProperties, 1, 0) \
2503 result = NewNode(simplified()->ObjectIsSymbol(), object); in VisitTestTypeOf()