Home
last modified time | relevance | path

Searched refs:cached_property_name (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dtemplates.cc135 Object maybe_name = FunctionTemplateInfo::cast(getter).cached_property_name(); in TryGetCachedPropertyName()
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.cc598 base::Optional<Name> cached_property_name = in AccessorAccessInfoHelper() local
600 if (cached_property_name.has_value()) { in AccessorAccessInfoHelper()
602 TryMakeRef(broker, cached_property_name.value()); in AccessorAccessInfoHelper()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc2130 os << "\n - cached_property_name: " << Brief(cached_property_name()); in FunctionTemplateInfoPrint()
/third_party/node/deps/v8/src/api/
H A Dapi.cc1291 v8::Local<Private> cached_property_name = v8::Local<Private>(), in FunctionTemplateNew()
1314 cached_property_name.IsEmpty()
1316 : *Utils::OpenHandle(*cached_property_name));
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc9750 TNode<HeapObject> cached_property_name = LoadObjectField<HeapObject>(
9756 GotoIfNot(IsTheHole(cached_property_name), has_cached_property);
9769 var_value = GetProperty(context, holder, cached_property_name);

Completed in 44 milliseconds