Searched refs:has_instance_call_handler (Results 1 – 4 of 4) sorted by relevance
241 HeapObject::cast(fun)->map()->has_instance_call_handler()) { in GetFunctionDelegate()265 HeapObject::cast(fun)->map()->has_instance_call_handler()) { in TryGetFunctionDelegate()298 HeapObject::cast(fun)->map()->has_instance_call_handler()) { in GetConstructorDelegate()326 HeapObject::cast(fun)->map()->has_instance_call_handler()) { in TryGetConstructorDelegate()
530 if (has_instance_call_handler()) { in MapPrint()
1227 ASSERT(obj->map()->has_instance_call_handler()); in HandleApiCallAsFunctionOrConstructor()
4613 inline bool has_instance_call_handler() { in has_instance_call_handler() function