Searched defs:CompareNilIC (Results 1 – 3 of 3) sorted by relevance
129 Callable CodeFactory::CompareNilIC(Isolate* isolate, NilValue nil_value) { in CompareNilIC() function in v8::internal::CodeFactory
1731 friend class CompareNilIC; variable
642 explicit CompareNilIC(Isolate* isolate) : IC(EXTRA_CALL_FRAME, isolate) {} in CompareNilIC() function