Home
last modified time | relevance | path

Searched refs:AliasedStruct (Results 1 - 3 of 3) sorted by relevance

/third_party/node/src/
H A Daliased_struct-inl.h14 AliasedStruct<T>::AliasedStruct(v8::Isolate* isolate, Args&&... args) in AliasedStruct() function in node::AliasedStruct
27 AliasedStruct<T>::AliasedStruct(const AliasedStruct& that) in AliasedStruct() function in node::AliasedStruct
28 : AliasedStruct(that.isolate_, *that) {} in AliasedStruct()
31 AliasedStruct<T>& AliasedStruct<T>::operator=(
32 AliasedStruct<T>&& that) noexcept {
33 this->~AliasedStruct();
[all...]
H A Daliased_struct.h12 // AliasedStruct is a utility that allows uses a V8 Backing Store
20 // AliasedStruct<Foo> foo;
25 class AliasedStruct final {
28 explicit AliasedStruct(v8::Isolate* isolate, Args&&... args);
30 inline AliasedStruct(const AliasedStruct& that);
32 inline ~AliasedStruct();
34 inline AliasedStruct& operator=(AliasedStruct&& that) noexcept;
H A Dnode_http2.h877 AliasedStruct<SessionJSFields> js_fields_;

Completed in 3 milliseconds