Home
last modified time | relevance | path

Searched refs:wrapper_descriptor (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dembedder-tracing-inl.h17 const WrapperDescriptor& wrapper_descriptor, WrapperInfo* info) { in ExtractWrappableInfo() argument
22 isolate, wrapper_descriptor, in ExtractWrappableInfo()
23 EmbedderDataSlot(js_object, wrapper_descriptor.wrappable_type_index), in ExtractWrappableInfo()
24 EmbedderDataSlot(js_object, wrapper_descriptor.wrappable_instance_index), in ExtractWrappableInfo()
30 Isolate* isolate, const WrapperDescriptor& wrapper_descriptor, in ExtractWrappableInfo() argument
35 return (wrapper_descriptor.embedder_id_for_garbage_collected == in ExtractWrappableInfo()
38 wrapper_descriptor.embedder_id_for_garbage_collected); in ExtractWrappableInfo()
Dembedder-tracing.h145 void SetWrapperDescriptor(const WrapperDescriptor& wrapper_descriptor) { in SetWrapperDescriptor() argument
147 wrapper_descriptor_ = wrapper_descriptor; in SetWrapperDescriptor()
186 WrapperDescriptor wrapper_descriptor() { in wrapper_descriptor() function
188 return cpp_heap()->wrapper_descriptor(); in wrapper_descriptor()
Dembedder-tracing.cc133 if (ExtractWrappableInfo(isolate, js_object, wrapper_descriptor(), &info)) { in ExtractWrapperInfo()
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-marking-state.h27 CppMarkingState(Isolate* isolate, const WrapperDescriptor& wrapper_descriptor, in CppMarkingState() argument
30 wrapper_descriptor_(wrapper_descriptor), in CppMarkingState()
34 CppMarkingState(Isolate* isolate, const WrapperDescriptor& wrapper_descriptor, in CppMarkingState() argument
38 wrapper_descriptor_(wrapper_descriptor), in CppMarkingState()
Dcpp-heap.cc62 const v8::WrapperDescriptor& wrapper_descriptor) in V8ToCppGCReferencesVisitor() argument
65 wrapper_descriptor_(wrapper_descriptor) {} in V8ToCppGCReferencesVisitor()
99 const v8::WrapperDescriptor& wrapper_descriptor) { in TraceV8ToCppGCReferences() argument
102 wrapper_descriptor); in TraceV8ToCppGCReferences()
115 params.wrapper_descriptor); in Create()
427 const v8::WrapperDescriptor& wrapper_descriptor) in CppHeap() argument
436 wrapper_descriptor_(wrapper_descriptor) { in CppHeap()
Dcpp-heap.h114 const v8::WrapperDescriptor& wrapper_descriptor);
158 v8::WrapperDescriptor wrapper_descriptor() const { in wrapper_descriptor() function
/third_party/node/deps/v8/include/
Dv8-cppgc.h84 WrapperDescriptor wrapper_descriptor; member
/third_party/python/Doc/library/
Dinspect.rst1336 wrapper_descriptor = type(str.__dict__['__add__'])
1337 descriptor_types = (slot_descriptor, getset_descriptor, wrapper_descriptor)
/third_party/python/Doc/whatsnew/
D2.4.rst954 objects rather than :class:`wrapper_descriptor` objects. This form of access