| /third_party/typescript/tests/baselines/reference/ |
| D | convertClassExpressionToFunctionFromObjectProperty1.js | 181 foo.is = class { class in foo 187 foo.module = class { class in foo 537 foo.is = /** @class */ (function () { function 538 function is() { function 547 foo.module = /** @class */ (function () { function 548 function module() { function
|
| D | convertClassExpressionToFunctionFromObjectProperty2.js | 536 function is() { function 546 function module() { function
|
| /third_party/python/Python/ |
| D | sysmodule.c | 181 PyInterpreterState *is = ts->interp; in sys_audit_tstate() local 422 sys_addaudithook_impl(PyObject *module, PyObject *hook) in sys_addaudithook_impl() 554 PyObject *module = PyImport_Import(modulepath); in sys_breakpointhook() local 675 sys_displayhook(PyObject *module, PyObject *o) in sys_displayhook() 741 sys_excepthook_impl(PyObject *module, PyObject *exctype, PyObject *value, in sys_excepthook_impl() 761 sys_exception_impl(PyObject *module) in sys_exception_impl() 782 sys_exc_info_impl(PyObject *module) in sys_exc_info_impl() 808 sys_unraisablehook(PyObject *module, PyObject *unraisable) in sys_unraisablehook() 830 sys_exit_impl(PyObject *module, PyObject *status) in sys_exit_impl() 847 sys_getdefaultencoding_impl(PyObject *module) in sys_getdefaultencoding_impl() [all …]
|
| /third_party/typescript/tests/cases/compiler/ |
| D | convertClassExpressionToFunctionFromObjectProperty2.ts | 180 is: class { constant 186 module: class { constant
|
| /third_party/typescript/src/debug/ |
| D | dbg.ts | 62 isDefaultClause(node: Node): node is DefaultClause; property 512 declare const module: { exports: {} }; constant
|
| /third_party/typescript/src/compiler/ |
| D | scanner.ts | 121 is: SyntaxKind.IsKeyword, constant 124 module: SyntaxKind.ModuleKeyword, constant
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 3140 module?: ModuleKind; property 6223 isUnion(): this is UnionType; property 6224 isIntersection(): this is IntersectionType; property 6225 isUnionOrIntersection(): this is UnionOrIntersectionType; property 6226 isLiteral(): this is LiteralType; property 6227 isStringLiteral(): this is StringLiteralType; property 6228 isNumberLiteral(): this is NumberLiteralType; property 6229 isTypeParameter(): this is TypeParameter; property 6230 isClassOrInterface(): this is InterfaceType; property 6231 isClass(): this is InterfaceType; property [all …]
|
| D | typescriptServices.d.ts | 3140 module?: ModuleKind; property 6223 isUnion(): this is UnionType; property 6224 isIntersection(): this is IntersectionType; property 6225 isUnionOrIntersection(): this is UnionOrIntersectionType; property 6226 isLiteral(): this is LiteralType; property 6227 isStringLiteral(): this is StringLiteralType; property 6228 isNumberLiteral(): this is NumberLiteralType; property 6229 isTypeParameter(): this is TypeParameter; property 6230 isClassOrInterface(): this is InterfaceType; property 6231 isClass(): this is InterfaceType; property [all …]
|
| D | tsserverlibrary.d.ts | 3140 module?: ModuleKind; property 6223 isUnion(): this is UnionType; property 6224 isIntersection(): this is IntersectionType; property 6225 isUnionOrIntersection(): this is UnionOrIntersectionType; property 6226 isLiteral(): this is LiteralType; property 6227 isStringLiteral(): this is StringLiteralType; property 6228 isNumberLiteral(): this is NumberLiteralType; property 6229 isTypeParameter(): this is TypeParameter; property 6230 isClassOrInterface(): this is InterfaceType; property 6231 isClass(): this is InterfaceType; property [all …]
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 3140 module?: ModuleKind; property 6223 isUnion(): this is UnionType; property 6224 isIntersection(): this is IntersectionType; property 6225 isUnionOrIntersection(): this is UnionOrIntersectionType; property 6226 isLiteral(): this is LiteralType; property 6227 isStringLiteral(): this is StringLiteralType; property 6228 isNumberLiteral(): this is NumberLiteralType; property 6229 isTypeParameter(): this is TypeParameter; property 6230 isClassOrInterface(): this is InterfaceType; property 6231 isClass(): this is InterfaceType; property [all …]
|
| D | tsserverlibrary.d.ts | 3140 module?: ModuleKind; property 6223 isUnion(): this is UnionType; property 6224 isIntersection(): this is IntersectionType; property 6225 isUnionOrIntersection(): this is UnionOrIntersectionType; property 6226 isLiteral(): this is LiteralType; property 6227 isStringLiteral(): this is StringLiteralType; property 6228 isNumberLiteral(): this is NumberLiteralType; property 6229 isTypeParameter(): this is TypeParameter; property 6230 isClassOrInterface(): this is InterfaceType; property 6231 isClass(): this is InterfaceType; property [all …]
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 28002 is(mask __m, char_type __c) const in is() function in std::__ctype_abstract_base 28006 is(const char_type *__lo, const char_type *__hi, mask *__vec) const in is() function in std::__ctype_abstract_base 28484 is(mask __m, char __c) const in is() function in std::ctype 28489 is(const char* __low, const char* __high, mask* __vec) const in is() function in std::ctype 47054 bool is() const { in is() function in mozilla::Variant 50917 bool is() const { return kind() == JS::MapTypeToTraceKind<T>::kind; } in is() function in JS::GCCellPtr 81681 static nsIAtom* is; member in nsGkAtoms 145929 inline bool log_test(const LogModule* module, LogLevel level) { in log_test()
|