Home
last modified time | relevance | path

Searched refs:assertNotSubtypeOf (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts870 public assertNotSubtypeOf(others: any) {
/third_party/typescript/tests/baselines/reference/
Dparserharness.js870 public assertNotSubtypeOf(others: any) {
2828 Type.prototype.assertNotSubtypeOf = function (others) { method in Type
Dparserharness.errors.txt1036 public assertNotSubtypeOf(others: any) {
Dparserharness.symbols2537 public assertNotSubtypeOf(others: any) {
2538 >assertNotSubtypeOf : Symbol(Type.assertNotSubtypeOf, Decl(parserharness.ts, 866, 13))
Dparserharness.types3292 public assertNotSubtypeOf(others: any) {
3293 >assertNotSubtypeOf : (others: any) => void