Home
last modified time | relevance | path

Searched full:plain (Results 2201 - 2225 of 2606) sorted by relevance

1...<<81828384858687888990>>...105

/third_party/node/doc/api/
H A Dworker_threads.json589 "desc": "<p>Because object cloning uses the <a href=\"https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm\">HTML structured clone algorithm</a>,\nnon-enumerable properties, property accessors, and object prototypes are\nnot preserved. In particular, <a href=\"buffer.html\"><code>Buffer</code></a> objects will be read as\nplain <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array\"><code>Uint8Array</code></a>s on the receiving side, and instances of JavaScript\nclasses will be cloned as plain JavaScript objects.</p>\n<pre><code class=\"language-js\">const b = Symbol('b');\n\nclass Foo {\n #a = 1;\n constructor() {\n this[b] = 2;\n this.c = 3;\n }\n\n get d() { return 4; }\n}\n\nconst { port1, port2 } = new MessageChannel();\n\nport1.onmessage = ({ data }) => console.log(data);\n\nport2.postMessage(new Foo());\n\n// Prints: { c: 3 }\n</code></pre>\n<p>This limitation extends to many built-in objects, such as the global <code>URL</code>\nobject:</p>\n<pre><code class=\"language-js\">const { port1, port2 } = new MessageChannel();\n\nport1.onmessage = ({ data }) => console.log(data);\n\nport2.postMessage(new URL('https://example.org'));\n\n// Prints: { }\n</code></pre>",
H A Derrors.md369 * `plain-filename.js:line:column`, if the frame represents a call internal
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/
H A Dbsaes-armv7.S1347 cmp r2, #8 @ use plain AES for
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/aes/
H A Dbsaes-armv7.S1347 cmp r2, #8 @ use plain AES for
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc1637 // {NewError} cannot fail when its input is a plain String, so we always in GetProperException()
/third_party/node/tools/gyp/pylib/gyp/
H A Dinput.py1264 # Any keys with plain string values in the_dict become automatic variables.
/third_party/ntfs-3g/src/
H A Dntfs-3g.c1327 default : /* unexpected types shown as plain files */ in ntfs_fuse_filler()
/third_party/node/deps/icu-small/source/common/unicode/
H A Dubidi.h1159 * This function takes a piece of plain text containing one or more paragraphs,
/third_party/ninja/doc/
H A Ddoxygen.config799 # plain latex in the generated Makefile. Set this option to YES to get a
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput.py1254 # Any keys with plain string values in the_dict become automatic variables.
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dregex.h35 * `RegexMatcher` includes API for doing plain find or search
/third_party/mesa3d/src/gallium/drivers/nouveau/ci/
H A Dnouveau-nv92-fails.txt916 # "<imirkin> otoh, integer borders are just plain broken on nv50"
/third_party/icu/icu4c/source/test/testdata/
H A Drbbitst.txt160 # Plain Vanilla grapheme clusters
/third_party/icu/icu4j/
H A Dbuild.xml357 <formatter type="plain"/>
/third_party/lwip/src/apps/http/
H A Dhttpd.c938 /* No - use the default, plain text file type. */
/third_party/libfuse/include/
H A Dfuse_lowlevel.h1721 * This makes a difference for overmounted dentries, where plain invalidation
/third_party/ltp/tools/sparse/sparse-src/
H A Devaluate.c803 warning(expr->pos, "Using plain integer as NULL pointer"); in bad_null()
/third_party/node/deps/v8/src/torque/
H A Dtorque-parser.cc2055 ReportError("expected a plain identifier without qualification"); in MakeNameAndExpressionFromExpression()
/third_party/mksh/
H A Dfuncs.c3188 * Plain test (test and [ .. ]) specific routines.
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_reg.h2554 * Bit (1<<8) is the "test" bit. so plain write is 6 - vd
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_clnt.c2209 /* Nothing else to do for plain PSK or RSAPSK */ in tls_process_key_exchange()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1516 Suppose you don't want to insert a plain text file, but rather you
/third_party/node/deps/openssl/openssl/Configurations/
H A Dunix-Makefile.tmpl1965 # We already have a 'test' target, and the top directory is just plain
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c227 "Trying plain input string (better precede with 'pass:')\n"); in get_passwd()
/third_party/node/deps/undici/src/lib/fetch/
H A Dindex.js1994 // For H2, the headers are a plain JS object

Completed in 91 milliseconds

1...<<81828384858687888990>>...105