Searched refs:cached_property_name (Results 1 – 7 of 7) sorted by relevance
382 Handle<Name> cached_property_name; in ComputePropertyAccessInfo() local385 .ToHandle(&cached_property_name)) { in ComputePropertyAccessInfo()386 if (ComputePropertyAccessInfo(map, cached_property_name, in ComputePropertyAccessInfo()
1220 VerifyPointer(cached_property_name()); in FunctionTemplateInfoVerify()
1354 os << "\n - cached_property_name: " << Brief(cached_property_name()); in FunctionTemplateInfoPrint()
1292 v8::Local<Private> cached_property_name = v8::Local<Private>()) { in FunctionTemplateNew() argument1317 cached_property_name.IsEmpty() in FunctionTemplateNew()1319 : *Utils::OpenHandle(*cached_property_name)); in FunctionTemplateNew()
5705 ACCESSORS(FunctionTemplateInfo, cached_property_name, Object, in ACCESSORS()
11267 DECL_ACCESSORS(cached_property_name, Object)
20137 if (!fti->cached_property_name()->IsTheHole(isolate)) { in TryGetCachedPropertyName()20138 return handle(Name::cast(fti->cached_property_name())); in TryGetCachedPropertyName()