Home
last modified time | relevance | path

Searched refs:transferable (Results 1 – 23 of 23) sorted by relevance

/third_party/node/lib/internal/
Dabort_controller.js320 return createAbortSignal({ transferable: true }); property
351 transferable = false,
359 return transferable ? lazyMakeTransferable(signal) : signal;
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_perturb_normal.txt38 non-transferable, and shall be limited to implementations of the
DEXT_coordinate_frame.txt37 non-transferable, and shall be limited to implementations of the
DEXT_light_texture.txt54 non-transferable, and shall be limited to implementations of the
DEXT_fragment_lighting.txt88 non-transferable, and shall be limited to implementations of the
/third_party/openGLES/extensions/EXT/
DEXT_texture_perturb_normal.txt38 non-transferable, and shall be limited to implementations of the
DEXT_coordinate_frame.txt37 non-transferable, and shall be limited to implementations of the
DEXT_light_texture.txt54 non-transferable, and shall be limited to implementations of the
DEXT_fragment_lighting.txt88 non-transferable, and shall be limited to implementations of the
/third_party/node/deps/v8/src/third_party/siphash/
DLICENSE77 non transferable, non sublicensable, non exclusive, irrevocable and
/third_party/astc-encoder/Test/Images/HDRIHaven/
DLICENSE.txt90 person a royalty-free, non transferable, non sublicensable, non exclusive,
/third_party/node/src/
Dnode_messaging.cc1388 for (const auto& transferable : message->transferables()) { in Dispatch() local
1389 if (port == transferable.get()) { in Dispatch()
/third_party/libwebsockets/
DLICENSE202 …ed Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensa…
/third_party/node/doc/api/
Dworker_threads.md131 Mark an object as not transferable. If `object` occurs in the transfer list of
592 description: Added `FileHandle` to the list of transferable types.
Dutil.md1958 as transferable and can be used with `structuredClone()` or `postMessage()`.
1971 Marks the given {AbortSignal} as transferable so that it can be used with
Derrors.md2316 transferable object types has been expanded to cover more types than
3323 transferable objects also exist now.
/third_party/node/doc/changelogs/
DCHANGELOG_V17.md991 …* make AbortSignal cloneable/transferable (James M Snell) [#41050](https://github.com/nodejs/node/…
1061 …348707fca6)] - **(SEMVER-MINOR)** **lib**: make AbortSignal cloneable/transferable (James M Snell)…
DCHANGELOG_V16.md302 …* **(SEMVER-MINOR)** make AbortSignal cloneable/transferable (James M Snell) [#41050](https://gith…
512 …438b9cfe02)] - **(SEMVER-MINOR)** **lib**: make AbortSignal cloneable/transferable (James M Snell)…
DCHANGELOG_V18.md2913 …* (SEMVER-MINOR) refactor transferable AbortSignal (flakey5) [#44048](https://github.com/nodejs/no…
2961 …odejs/node/commit/3f20e5b15c)] - **(SEMVER-MINOR)** **lib**: refactor transferable AbortSignal (fl…
DCHANGELOG_V14.md3338 …mmit/5b1fd10048)] - **(SEMVER-MINOR)** **worker,fs**: make FileHandle transferable (Anna Henningse…
DCHANGELOG_V12.md1259 …mmit/dd51ba3f93)] - **(SEMVER-MINOR)** **worker,fs**: make FileHandle transferable (Anna Henningse…
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dlcet10.txt3145 not totally transferable to a digital environment. Moreover, they are
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp97894 void* closure, JS::HandleValue transferable);
97959 bool write(JSContext* cx, JS::HandleValue v, JS::HandleValue transferable,