Home
last modified time | relevance | path

Searched refs:Persistent (Results 1 – 25 of 54) sorted by relevance

123

/third_party/node/deps/v8/include/
Dv8-persistent-handle.h214 friend class Persistent; variable
242 using NonCopyablePersistent = Persistent<T, NonCopyablePersistentTraits<T>>;
245 V8_INLINE static void Copy(const Persistent<S, M>& source, in Copy()
258 using CopyablePersistent = Persistent<T, CopyablePersistentTraits<T>>;
261 static V8_INLINE void Copy(const Persistent<S, M>& source, in Copy()
276 class Persistent : public PersistentBase<T> {
281 V8_INLINE Persistent() : PersistentBase<T>(nullptr) {} in Persistent() function
288 V8_INLINE Persistent(Isolate* isolate, Local<S> that) in Persistent() function
298 V8_INLINE Persistent(Isolate* isolate, const Persistent<S, M2>& that) in Persistent() function
308 V8_INLINE Persistent(const Persistent& that) : PersistentBase<T>(nullptr) { in Persistent() function
[all …]
Dv8-wasm.h248 Persistent<Promise, CopyablePersistentTraits<Promise>> promise_;
250 Persistent<Promise> promise_;
Dv8-local-handle.h32 class Persistent; variable
226 V8_INLINE bool operator!=(const Persistent<S>& that) const {
282 friend class Persistent; variable
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_slot_management.data16 Persistent slot, check after closing, id=min
19 Persistent slot, check after closing and restarting, id=min
22 Persistent slot, check after destroying, id=min
25 Persistent slot, check after destroying and restarting, id=min
28 Persistent slot, check after purging, id=min
31 Persistent slot, check after purging and restarting, id=min
34 Persistent slot, check after restart with live handle, id=min
37 Persistent slot, check after closing, id=max
40 Persistent slot, check after destroying, id=max
43 Persistent slot, check after purging, id=max
[all …]
Dtest_suite_psa_crypto_persistent_key.data44 Persistent key destroy
48 Persistent key destroy after restart
52 Persistent key import (RSA)
56 Persistent key import with restart (RSA)
60 Persistent key import (RSA) invalid key id (VENDOR_MIN)
64 Persistent key import (RSA) invalid key id (VOLATILE_MIN)
68 Persistent key import (RSA) invalid key id (VENDOR_MAX)
72 Persistent key import garbage data, should fail
/third_party/node/deps/v8/src/d8/
Dasync-hooks-wrapper.h49 Persistent<v8::Function> init_function_;
50 Persistent<v8::Function> before_function_;
51 Persistent<v8::Function> after_function_;
52 Persistent<v8::Function> promiseResolve_function_;
67 Persistent<FunctionTemplate> async_hook_ctor;
73 Persistent<ObjectTemplate> async_hooks_templ;
74 Persistent<Private> async_id_smb;
75 Persistent<Private> trigger_id_smb;
/third_party/node/deps/v8/src/heap/cppgc/
Dvisitor.h33 template <typename Persistent>
34 void TraceRootForTesting(const Persistent& p, const SourceLocation& loc) { in TraceRootForTesting()
/third_party/node/deps/v8/include/cppgc/
Dvisitor.h330 template <typename Persistent,
331 std::enable_if_t<Persistent::IsStrongPersistent::value>* = nullptr>
332 void TraceRoot(const Persistent& p, const SourceLocation& loc) { in TraceRoot()
333 using PointeeType = typename Persistent::PointeeType; in TraceRoot()
Dpersistent.h355 using Persistent =
DREADME.md95 … except on-stack pointers must be wrapped with Oilpan's handles (i.e., Persistent<>, Member<>, Wea…
/third_party/node/src/
Dnode_object_wrap.h69 inline v8::Persistent<v8::Object>& persistent() { in persistent()
127 v8::Persistent<v8::Object> handle_;
Djs_native_api_v8_internals.h34 using Persistent = v8::Global<T>; variable
Djs_native_api_v8.h164 v8impl::Persistent<v8::Context> context_persistent;
166 v8impl::Persistent<v8::Value> last_exception;
483 v8impl::Persistent<v8::Value> persistent_;
/third_party/node/deps/v8/src/extensions/
Dgc-extension.cc130 v8::Persistent<v8::Context> ctx_;
131 v8::Persistent<v8::Promise::Resolver> resolver_;
/third_party/node/deps/undici/src/lib/mock/
Dpending-interceptors-formatter.js32 Persistent: persist ? '✅' : '❌', property
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUShaderModule.cpp74 messages.emplace_back(Napi::Persistent(Napi::Object(env, msg))); in compilationInfo()
DGPUBuffer.cpp137 mapped_.emplace_back(Mapping{start, end, Napi::Persistent(array_buffer)}); in getMappedRange()
/third_party/node/deps/npm/node_modules/node-gyp/
Daddon.gypi186 # warning C4251: 'node::ObjectWrap::handle_' : class 'v8::Persistent<T>'
/third_party/typescript/tests/baselines/reference/
DcomplexRecursiveCollections.errors.txt63 // Persistent changes
110 // Persistent changes
177 // Persistent changes
228 // Persistent changes
267 // Persistent changes
473 // Persistent changes
/third_party/node/deps/v8/src/api/
Dapi.h275 const v8::Persistent<T, M>& persistent) { in OpenPersistent()
282 v8::Persistent<T>* persistent) { in OpenPersistent()
/third_party/mbedtls/docs/architecture/
Dmbed-crypto-storage-specification.md26 * [Persistent transparent keys](#key-file-format-for-0.1.0) designated by a [slot number](#key-name…
103 * [Persistent transparent keys](#key-file-format-for-1.0.0) designated by a [key identifier and own…
355 * [Persistent keys](#key-file-format-for-mbed-tls-2.25.0) designated by a [key identifier and owner…
/third_party/EGL/extensions/ANDROID/
DEGL_ANDROID_blob_cache.txt103 "3.9 Persistent Caching
/third_party/skia/third_party/externals/egl-registry/extensions/ANDROID/
DEGL_ANDROID_blob_cache.txt103 "3.9 Persistent Caching
/third_party/python/Doc/library/
Dshelve.rst86 `Persistent dictionary recipe <https://code.activestate.com/recipes/576642/>`_
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DWebGPU.cpp.tmpl83 {{$.Name}}_ctor = Napi::Persistent(W{{$.Name}}::Class(env));

123