Home
last modified time | relevance | path

Searched defs:seal (Results 1 – 11 of 11) sorted by relevance

/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/grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc60 static tsi_result seal(alts_frame_protector* impl) { in seal() function
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts186 seal(o: any): any; variable
/third_party/node/deps/brotli/c/enc/
Dencode.c1541 uint32_t seal = s->last_bytes_; in InjectBytePaddingBlock() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dencode.c1541 uint32_t seal = s->last_bytes_; in InjectBytePaddingBlock() local
/third_party/python/Lib/unittest/
Dmock.py2911 def seal(mock): function
/third_party/typescript/lib/
Dlib.es5.d.ts213 seal<T>(o: T): T; method
/third_party/typescript/src/lib/
Des5.d.ts193 seal<T>(o: T): T; method
/third_party/typescript/tests/lib/
Dlib.d.ts194 seal<T>(o: T): T; method