Home
last modified time | relevance | path

Searched defs:checkFlags (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Des2015.ts3451 const checkFlags = resolver.getNodeCheckFlags(decl); constant
/third_party/typescript/src/compiler/
Dutilities.ts5584 const checkFlags = (s as TransientSymbol).checkFlags; constant
Dchecker.ts10204 const checkFlags = getCheckFlags(symbol); constant
10221 const checkFlags = getCheckFlags(symbol); constant
11428 const checkFlags = flags & ElementFlags.Variable ? CheckFlags.RestParameter : constant
11884 …const checkFlags = CheckFlags.ReverseMapped | (readonlyMask && isReadonlySymbol(prop) ? CheckFlags… constant
28352 const checkFlags = inConstContext ? CheckFlags.Readonly : 0; constant
/third_party/python/Lib/test/
Dtest_socket.py2694 def checkFlags(self, flags, eor=None, checkset=0, checkunset=0, ignore=0): member in SendrecvmsgBase
/third_party/typescript/lib/
DtypingsInstaller.js51621 function createSymbol(flags, name, checkFlags) { argument
Dtsc.js42586 function createSymbol(flags, name, checkFlags) { argument