Home
last modified time | relevance | path

Searched refs:seal (Results 1 – 25 of 44) sorted by relevance

12

/third_party/python/Lib/unittest/test/testmock/
Dtestsealable.py24 mock.seal(m)
33 mock.seal(m)
41 mock.seal(m)
49 mock.seal(m)
58 mock.seal(m)
64 mock.seal(m)
70 mock.seal(m)
77 mock.seal(m)
85 mock.seal(m)
98 mock.seal(m)
[all …]
/third_party/jerryscript/tests/jerry/es2015/
Dobject-methods.js32 assert (Object.seal(42) === 42);
33 assert (Object.seal("a") === "a");
34 assert (Object.seal(undefined) === undefined);
35 assert (Object.seal() === undefined);
Dreflect-isextensible.js21 var sealed = Object.seal({});
Dobject-seal-with-symbol.js21 Object.seal(obj);
Dproxy_prevent_extensions.js36 Object.seal(proxy)
Darray-prototype-fill.js157 Object.seal (object);
Dproxy_get_own_property_descriptor.js179 Object.seal(target);
/third_party/jerryscript/tests/jerry/
Dobject_seal.js24 var o = Object.seal(obj);
84 Object.seal (sealed);
Dobject-is-extensible.js24 var sealed = Object.seal({});
Dregression-test-issue-1081.js27 try { Math.max().constructor.seal(A) } catch (err) {}
/third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.03/
D15.02.03-011.js27 Object.seal(object1);
D15.02.03-018.js21 Object.seal(object);
/third_party/jerryscript/tests/jerry/es5.1/
Dobject-methods.js40 Object.seal(42);
/third_party/grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc60 static tsi_result seal(alts_frame_protector* impl) { in seal() function
106 tsi_result result = seal(impl); in alts_protect_flush()
/third_party/libwebsockets/lib/misc/fts/
Dtrie.c628 goto seal; in lws_fts_fill()
635 goto seal; in lws_fts_fill()
660 goto seal; in lws_fts_fill()
761 seal: in lws_fts_fill()
/third_party/node/test/embedding/
Dembedtest.cc104 SealHandleScope seal(isolate); in RunNodeInstance() local
/third_party/node/src/
Dnode_main_instance.cc127 SealHandleScope seal(isolate_); in Run() local
Dnode_worker.cc350 SealHandleScope seal(isolate_); in Run() local
/third_party/node/deps/brotli/c/enc/
Dencode.c1541 uint32_t seal = s->last_bytes_; in InjectBytePaddingBlock() local
1547 seal |= 0x6u << seal_bits; in InjectBytePaddingBlock()
1557 destination[0] = (uint8_t)seal; in InjectBytePaddingBlock()
1558 if (seal_bits > 8) destination[1] = (uint8_t)(seal >> 8); in InjectBytePaddingBlock()
1559 if (seal_bits > 16) destination[2] = (uint8_t)(seal >> 16); in InjectBytePaddingBlock()
/third_party/skia/third_party/externals/brotli/c/enc/
Dencode.c1541 uint32_t seal = s->last_bytes_; in InjectBytePaddingBlock() local
1547 seal |= 0x6u << seal_bits; in InjectBytePaddingBlock()
1557 destination[0] = (uint8_t)seal; in InjectBytePaddingBlock()
1558 if (seal_bits > 8) destination[1] = (uint8_t)(seal >> 8); in InjectBytePaddingBlock()
1559 if (seal_bits > 16) destination[2] = (uint8_t)(seal >> 16); in InjectBytePaddingBlock()
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts186 seal(o: any): any; variable
/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.ini88 LIT_MAGIC_STRING_SEAL = "seal"
/third_party/node/doc/api/
Dembedding.md170 SealHandleScope seal(isolate);
/third_party/typescript/tests/baselines/reference/
D1.0lib-noErrors.js186 seal(o: any): any;
/third_party/python/Lib/unittest/
Dmock.py2911 def seal(mock): function
2932 seal(m)

12