Searched refs:cached_property_name (Results 1 – 7 of 7) sorted by relevance
474 Handle<Name> cached_property_name; in ComputePropertyAccessInfo() local477 .ToHandle(&cached_property_name)) { in ComputePropertyAccessInfo()478 if (ComputePropertyAccessInfo(map, cached_property_name, in ComputePropertyAccessInfo()
107 DECL_ACCESSORS(cached_property_name, Object)
45 ACCESSORS(FunctionTemplateInfo, cached_property_name, Object, in ACCESSORS()
1775 VerifyPointer(isolate, cached_property_name()); in FunctionTemplateInfoVerify()
1876 os << "\n - cached_property_name: " << Brief(cached_property_name()); in FunctionTemplateInfoPrint()
1403 v8::Local<Private> cached_property_name = v8::Local<Private>(), in FunctionTemplateNew() argument1427 cached_property_name.IsEmpty() in FunctionTemplateNew()1429 : *Utils::OpenHandle(*cached_property_name)); in FunctionTemplateNew()
18814 if (!fti->cached_property_name()->IsTheHole(isolate)) { in TryGetCachedPropertyName()18815 return handle(Name::cast(fti->cached_property_name()), isolate); in TryGetCachedPropertyName()