Home
last modified time | relevance | path

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.js39 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/
Dobject_seal.js83 var sealed = {}; variable
84 Object.seal (sealed);
85 assert (Object.isSealed (sealed) === true);
Dobject-is-extensible.js24 var sealed = Object.seal({});
25 assert (Object.isExtensible(sealed) === false);
/third_party/jerryscript/tests/jerry/es2015/
Dreflect-isextensible.js21 var sealed = Object.seal({});
22 assert (Reflect['isExtensible'](sealed) === false);
/third_party/node/deps/npm/node_modules/es6-promise/dist/
Des6-promise.js255 var sealed = false;
257 if (sealed) {
260 sealed = true;
267 if (sealed) {
270 sealed = true;
275 if (!sealed && error) {
276 sealed = true;
Des6-promise.auto.js255 var sealed = false;
257 if (sealed) {
260 sealed = true;
267 if (sealed) {
270 sealed = true;
275 if (!sealed && error) {
276 sealed = true;
Des6-promise.min.map1sealed = false;\n var error = tryThen(then, thenable, function (value) {\n if (sealed) {\n…
Des6-promise.auto.min.map1sealed = false;\n var error = tryThen(then, thenable, function (value) {\n if (sealed) {\n…
Des6-promise.auto.map1sealed = false;\n var error = tryThen(then, thenable, function (value) {\n if (sealed) {\n…
Des6-promise.map1sealed = false;\n var error = tryThen(then, thenable, function (value) {\n if (sealed) {\n…
/third_party/node/deps/npm/node_modules/mime-db/
DHISTORY.md270 - `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/
Djunit_log_formatter.hpp49 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/
Dclass-decorator.src.ts.shot38 "name": "sealed",
149 "value": "sealed",
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/decorators/class-decorators/
Dclass-decorator.src.ts1 @sealed
/third_party/openh264/test/build/windowsphone/codec_ut/
DCodec_UT_RTComponent.h4 public ref class CodecUTTest sealed {
/third_party/openh264/codec/build/windowsphone/all/
DCodecRTComponent.h5 public ref class CodecRunTimeComponent sealed {
/third_party/boost/boost/test/impl/
Djunit_log_formatter.ipp667 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/
Dmime.types818 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/
DSDL_winrtapp_direct3d.h25 ref class SDL_WinRTApp sealed : public Windows::ApplicationModel::Core::IFrameworkView
DSDL_winrtapp_direct3d.cpp97 ref class SDLApplicationSource sealed : Windows::ApplicationModel::Core::IFrameworkViewSource class
/third_party/gettext/gettext-tools/misc/
DDISCLAIM39 Given as a sealed instrument this ___ day of ______ (month), ______
/third_party/protobuf/csharp/
DCHANGES.txt127 - Issue 9: Class cannot be static and sealed error
/third_party/python/Doc/library/
Dunittest.mock.rst2757 the mock being sealed or any of its attributes that are already mocks recursively.
/third_party/python/Doc/whatsnew/
D3.2.rst971 sealed and deposited in a queue for later handling.
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/
Dvocab.txt10204 sealed

12