Home
last modified time | relevance | path

Searched refs:IsJSFunctionWithPrototypeSlot (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h460 GotoIfNot(IsJSFunctionWithPrototypeSlot(heap_object), fail); in HeapObjectToJSFunctionWithPrototypeSlot()
1651 TNode<BoolT> IsJSFunctionWithPrototypeSlot(TNode<HeapObject> object);
Dcode-stub-assembler.cc2908 TNode<BoolT> CodeStubAssembler::IsJSFunctionWithPrototypeSlot( in IsJSFunctionWithPrototypeSlot() function in v8::internal::CodeStubAssembler