Lines Matching defs:object
172 // Fast check to see if {lhs} and {rhs} refer to the same String object.
181 // that they're not the same object, they're not equal in that case.
566 // Fast check to see if {lhs} and {rhs} refer to the same String object.
877 const TNode<Context> context, const TNode<Object> object,
886 GotoIf(TaggedIsSmi(object), &get_property_lookup);
889 // There's two conditions: {object} needs to be a fast regexp, and
891 // since it may mutate {object}).
895 TNode<HeapObject> heap_object = CAST(object);
930 const TNode<Object> maybe_func = GetProperty(context, object, symbol);
1505 TNode<Object> object, TNode<Context> context, Label* if_true,
1507 GotoIf(TaggedIsSmi(object), if_false);
1508 GotoIfNot(IsString(CAST(object)), if_false);