Home
last modified time | relevance | path

Searched refs:Eternal (Results 1 - 13 of 13) sorted by relevance

/third_party/node/src/quic/
H A Dbindingdata.h178 #define V(name, _) mutable v8::Eternal<v8::String> name##_string_;
182 #define V(name, _) mutable v8::Eternal<v8::String> on_##name##_string_;
/third_party/node/deps/v8/src/wasm/
H A Dc-api.h55 v8::Eternal<v8::Context> context_;
H A Dc-api.cc509 store->context_ = v8::Eternal<v8::Context>(isolate, context);
/third_party/node/deps/v8/include/v8-include/
H A Dv8-persistent-handle.h43 * Eternal handles are set-once handles that live for the lifetime of the
47 class Eternal : public IndirectHandleBase { class
49 V8_INLINE Eternal() = default;
52 V8_INLINE Eternal(Isolate* isolate, Local<S> handle) { in Eternal() function in v8::Eternal
H A Dv8-local-handle.h24 class Eternal;
340 friend class Eternal;
/third_party/node/deps/v8/include/
H A Dv8-persistent-handle.h43 * Eternal handles are set-once handles that live for the lifetime of the
47 class Eternal { class
49 V8_INLINE Eternal() : val_(nullptr) {} in Eternal() function in v8::Eternal
51 V8_INLINE Eternal(Isolate* isolate, Local<S> handle) : val_(nullptr) { in Eternal() function in v8::Eternal
H A Dv8-local-handle.h22 class Eternal;
278 friend class Eternal;
/third_party/node/src/
H A Dmemory_tracker.h211 const v8::Eternal<T>& value,
H A Dnode_http_common-inl.h162 v8::Eternal<v8::String> eternal = static_str_map[header_name]; in GetName()
H A Denv.h169 std::unordered_map<const char*, v8::Eternal<v8::String>> static_str_map;
187 v8::Eternal<TypeName> PropertyName ## _;
200 std::array<v8::Eternal<v8::String>, AsyncWrap::PROVIDERS_LENGTH>
H A Dmemory_tracker-inl.h215 const v8::Eternal<T>& value, in TrackField()
H A Dnode_http_common.h415 v8::Eternal<v8::String>& eternal = static_str_map[header_name]; in New()
H A Djs_native_api_v8.cc160 v8::Eternal<v8::Private> jsvm_type_tag_key;
161 v8::Eternal<v8::Private> jsvm_wrapper_key;

Completed in 22 milliseconds