Searched refs:sealed (Results 1 – 25 of 28) sorted by relevance
12
/third_party/node/deps/npm/node_modules/es6-promise/lib/es6-promise/ |
D | -internal.js | 39 let sealed = false; 41 if (sealed) { return; } 42 sealed = true; 49 if (sealed) { return; } 50 sealed = true; 55 if (!sealed && error) { 56 sealed = true;
|
/third_party/jerryscript/tests/jerry/ |
D | object_seal.js | 83 var sealed = {}; variable 84 Object.seal (sealed); 85 assert (Object.isSealed (sealed) === true);
|
D | object-is-extensible.js | 24 var sealed = Object.seal({}); 25 assert (Object.isExtensible(sealed) === false);
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | reflect-isextensible.js | 21 var sealed = Object.seal({}); 22 assert (Reflect['isExtensible'](sealed) === false);
|
/third_party/node/deps/npm/node_modules/es6-promise/dist/ |
D | es6-promise.js | 255 var sealed = false; 257 if (sealed) { 260 sealed = true; 267 if (sealed) { 270 sealed = true; 275 if (!sealed && error) { 276 sealed = true;
|
D | es6-promise.auto.js | 255 var sealed = false; 257 if (sealed) { 260 sealed = true; 267 if (sealed) { 270 sealed = true; 275 if (!sealed && error) { 276 sealed = true;
|
D | es6-promise.min.map | 1 …sealed = false;\n var error = tryThen(then, thenable, function (value) {\n if (sealed) {\n…
|
D | es6-promise.auto.min.map | 1 …sealed = false;\n var error = tryThen(then, thenable, function (value) {\n if (sealed) {\n…
|
D | es6-promise.auto.map | 1 …sealed = false;\n var error = tryThen(then, thenable, function (value) {\n if (sealed) {\n…
|
D | es6-promise.map | 1 …sealed = false;\n var error = tryThen(then, thenable, function (value) {\n if (sealed) {\n…
|
/third_party/node/deps/npm/node_modules/mime-db/ |
D | HISTORY.md | 270 - `application/vnd.sealed-doc` 271 - `application/vnd.sealed-eml` 272 - `application/vnd.sealed-mht` 273 - `application/vnd.sealed-ppt` 274 - `application/vnd.sealed-tiff` 275 - `application/vnd.sealed-xls` 284 - `image/vnd.sealed-png`
|
/third_party/boost/boost/test/output/ |
D | junit_log_formatter.hpp | 49 assertion_entry() : sealed(false) in assertion_entry() 58 bool sealed; // indicates if the entry can accept additional information member
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/decorators/class-decorators/ |
D | class-decorator.src.ts.shot | 38 "name": "sealed", 149 "value": "sealed",
|
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/decorators/class-decorators/ |
D | class-decorator.src.ts | 1 @sealed
|
/third_party/openh264/test/build/windowsphone/codec_ut/ |
D | Codec_UT_RTComponent.h | 4 public ref class CodecUTTest sealed {
|
/third_party/openh264/codec/build/windowsphone/all/ |
D | CodecRTComponent.h | 5 public ref class CodecRunTimeComponent sealed {
|
/third_party/boost/boost/test/impl/ |
D | junit_log_formatter.ipp | 667 assert(!get_current_log_entry().assertion_entries.back().sealed); 668 get_current_log_entry().assertion_entries.back().sealed = true; 753 assert(last_entry.assertion_entries.empty() || !last_entry.assertion_entries.back().sealed); 776 assert(last_entry.assertion_entries.empty() || !last_entry.assertion_entries.back().sealed); 781 log_entry.sealed = true; 801 assert(!v_failure_or_error.back().sealed); 823 assert(!get_current_log_entry().assertion_entries.back().sealed); 835 assert(!last_entry.assertion_entries.back().sealed);
|
/third_party/python/Lib/test/ |
D | mime.types | 818 application/vnd.sealed.3df s3df 819 application/vnd.sealed.csf scsf 820 application/vnd.sealed.doc sdoc sdo s1w 821 application/vnd.sealed.eml seml sem 822 application/vnd.sealed.mht smht smh 823 application/vnd.sealed.net 825 application/vnd.sealed.ppt sppt s1p 826 application/vnd.sealed.tiff stif 827 application/vnd.sealed.xls sxls sxl s1e 1154 image/vnd.sealed.png spng spn s1n [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/winrt/ |
D | SDL_winrtapp_direct3d.h | 25 ref class SDL_WinRTApp sealed : public Windows::ApplicationModel::Core::IFrameworkView
|
D | SDL_winrtapp_direct3d.cpp | 97 ref class SDLApplicationSource sealed : Windows::ApplicationModel::Core::IFrameworkViewSource class
|
/third_party/gettext/gettext-tools/misc/ |
D | DISCLAIM | 39 Given as a sealed instrument this ___ day of ______ (month), ______
|
/third_party/protobuf/csharp/ |
D | CHANGES.txt | 127 - Issue 9: Class cannot be static and sealed error
|
/third_party/python/Doc/library/ |
D | unittest.mock.rst | 2757 the mock being sealed or any of its attributes that are already mocks recursively.
|
/third_party/python/Doc/whatsnew/ |
D | 3.2.rst | 971 sealed and deposited in a queue for later handling.
|
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/ |
D | vocab.txt | 10204 sealed
|
12