Home
last modified time | relevance | path

Searched refs:IsLeafTemplateForApiObject (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dtemplates.h164 bool IsLeafTemplateForApiObject(Object object) const;
H A Dtemplates.cc100 bool FunctionTemplateInfo::IsLeafTemplateForApiObject(Object object) const { in IsLeafTemplateForApiObject() function in v8::internal::FunctionTemplateInfo
/third_party/node/deps/v8/src/d8/
H A Dd8-test.cc607 ->IsLeafTemplateForApiObject(object); in IsFastCApiObjectFastCallback()
632 ->IsLeafTemplateForApiObject(object); in IsFastCApiObjectSlowCallback()
/third_party/node/deps/v8/include/
H A Dv8-template.h601 bool IsLeafTemplateForApiObject(v8::Local<v8::Value> value) const;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-template.h585 bool IsLeafTemplateForApiObject(v8::Local<v8::Value> value) const;
/third_party/node/deps/v8/src/api/
H A Dapi.cc6764 bool FunctionTemplate::IsLeafTemplateForApiObject( in IsLeafTemplateForApiObject() function in v8::OneByteMask::FunctionTemplate
6771 return self->IsLeafTemplateForApiObject(object); in IsLeafTemplateForApiObject()

Completed in 37 milliseconds