Searched refs:IsJSFunctionWithPrototypeSlot (Results 1 – 2 of 2) sorted by relevance
460 GotoIfNot(IsJSFunctionWithPrototypeSlot(heap_object), fail); in HeapObjectToJSFunctionWithPrototypeSlot()1651 TNode<BoolT> IsJSFunctionWithPrototypeSlot(TNode<HeapObject> object);
2908 TNode<BoolT> CodeStubAssembler::IsJSFunctionWithPrototypeSlot( in IsJSFunctionWithPrototypeSlot() function in v8::internal::CodeStubAssembler