Home
last modified time | relevance | path

Searched +defs:is +defs:module (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DconvertClassExpressionToFunctionFromObjectProperty1.js181 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
DconvertClassExpressionToFunctionFromObjectProperty2.js536 function is() { function
546 function module() { function
/third_party/python/Python/
Dsysmodule.c181 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/
DconvertClassExpressionToFunctionFromObjectProperty2.ts180 is: class { constant
186 module: class { constant
/third_party/typescript/src/debug/
Ddbg.ts62 isDefaultClause(node: Node): node is DefaultClause; property
512 declare const module: { exports: {} }; constant
/third_party/typescript/src/compiler/
Dscanner.ts121 is: SyntaxKind.IsKeyword, constant
124 module: SyntaxKind.ModuleKeyword, constant
/third_party/typescript/lib/
Dtypescript.d.ts3140 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 …]
DtypescriptServices.d.ts3140 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 …]
Dtsserverlibrary.d.ts3140 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/
Dtypescript.d.ts3140 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 …]
Dtsserverlibrary.d.ts3140 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/
Dstylo.hpp28002 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()