Searched refs:bound_compare (Results 1 – 4 of 4) sorted by relevance
22 ACCESSORS(JSCollator, bound_compare, Object, kBoundCompareOffset);
80 DECL_ACCESSORS(bound_compare, Object);
1207 Handle<Object> bound_compare(collator->bound_compare(), isolate); in BUILTIN() local1208 if (!bound_compare->IsUndefined(isolate)) { in BUILTIN()1209 DCHECK(bound_compare->IsJSFunction()); in BUILTIN()1211 return *bound_compare; in BUILTIN()
1960 os << "\n - bound compare: " << Brief(bound_compare()); in JSCollatorPrint()