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.c198 PyInterpreterState *is = ts->interp; in sys_audit_tstate() local
444 sys_addaudithook_impl(PyObject *module, PyObject *hook) in sys_addaudithook_impl()
574 PyObject *module = PyImport_Import(modulepath); in sys_breakpointhook() local
695 sys_displayhook(PyObject *module, PyObject *o) in sys_displayhook()
766 sys_excepthook_impl(PyObject *module, PyObject *exctype, PyObject *value, in sys_excepthook_impl()
785 sys_exc_info_impl(PyObject *module) in sys_exc_info_impl()
816 sys_unraisablehook(PyObject *module, PyObject *unraisable) in sys_unraisablehook()
838 sys_exit_impl(PyObject *module, PyObject *status) in sys_exit_impl()
855 sys_getdefaultencoding_impl(PyObject *module) in sys_getdefaultencoding_impl()
868 sys_getfilesystemencoding_impl(PyObject *module) in sys_getfilesystemencoding_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.ts118 is: SyntaxKind.IsKeyword, constant
121 module: SyntaxKind.ModuleKeyword, constant
/third_party/typescript/lib/
Dtsserverlibrary.d.ts2841 module?: ModuleKind; property
5352 isUnion(): this is UnionType; property
5353 isIntersection(): this is IntersectionType; property
5354 isUnionOrIntersection(): this is UnionOrIntersectionType; property
5355 isLiteral(): this is LiteralType; property
5356 isStringLiteral(): this is StringLiteralType; property
5357 isNumberLiteral(): this is NumberLiteralType; property
5358 isTypeParameter(): this is TypeParameter; property
5359 isClassOrInterface(): this is InterfaceType; property
5360 isClass(): this is InterfaceType; property
[all …]
Dtypescript.d.ts2841 module?: ModuleKind; property
5352 isUnion(): this is UnionType; property
5353 isIntersection(): this is IntersectionType; property
5354 isUnionOrIntersection(): this is UnionOrIntersectionType; property
5355 isLiteral(): this is LiteralType; property
5356 isStringLiteral(): this is StringLiteralType; property
5357 isNumberLiteral(): this is NumberLiteralType; property
5358 isTypeParameter(): this is TypeParameter; property
5359 isClassOrInterface(): this is InterfaceType; property
5360 isClass(): this is InterfaceType; property
DtypescriptServices.d.ts2841 module?: ModuleKind; property
5352 isUnion(): this is UnionType; property
5353 isIntersection(): this is IntersectionType; property
5354 isUnionOrIntersection(): this is UnionOrIntersectionType; property
5355 isLiteral(): this is LiteralType; property
5356 isStringLiteral(): this is StringLiteralType; property
5357 isNumberLiteral(): this is NumberLiteralType; property
5358 isTypeParameter(): this is TypeParameter; property
5359 isClassOrInterface(): this is InterfaceType; property
5360 isClass(): this is InterfaceType; property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2874 module?: ModuleKind; property
5593 isUnion(): this is UnionType; property
5594 isIntersection(): this is IntersectionType; property
5595 isUnionOrIntersection(): this is UnionOrIntersectionType; property
5596 isLiteral(): this is LiteralType; property
5597 isStringLiteral(): this is StringLiteralType; property
5598 isNumberLiteral(): this is NumberLiteralType; property
5599 isTypeParameter(): this is TypeParameter; property
5600 isClassOrInterface(): this is InterfaceType; property
5601 isClass(): this is InterfaceType; property
Dtsserverlibrary.d.ts2874 module?: ModuleKind; property
5593 isUnion(): this is UnionType; property
5594 isIntersection(): this is IntersectionType; property
5595 isUnionOrIntersection(): this is UnionOrIntersectionType; property
5596 isLiteral(): this is LiteralType; property
5597 isStringLiteral(): this is StringLiteralType; property
5598 isNumberLiteral(): this is NumberLiteralType; property
5599 isTypeParameter(): this is TypeParameter; property
5600 isClassOrInterface(): this is InterfaceType; property
5601 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()