Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts860 public assertSubtypeOf(others: any) {
/third_party/typescript/tests/baselines/reference/
Dparserharness.js860 public assertSubtypeOf(others: any) {
2820 Type.prototype.assertSubtypeOf = function (others) { method in Type
Dparserharness.errors.txt1026 public assertSubtypeOf(others: any) {
Dparserharness.symbols2494 public assertSubtypeOf(others: any) {
2495 >assertSubtypeOf : Symbol(Type.assertSubtypeOf, Decl(parserharness.ts, 837, 13))
Dparserharness.types3238 public assertSubtypeOf(others: any) {
3239 >assertSubtypeOf : (others: any) => void