Searched defs:IsCallable (Results 1 – 4 of 4) sorted by relevance
3129 bool IsCallable() const { return IsCallableField::decode(bit_field_); } in IsCallable() function
2860 Node* CodeStubAssembler::IsCallable(Node* object) { in IsCallable() function in v8::internal::CodeStubAssembler
257 bool HeapObject::IsCallable() const { return map()->is_callable(); } in IsCallable() function
5013 bool v8::Object::IsCallable() { in IsCallable() function in v8::v8::Object