Home
last modified time | relevance | path

Searched defs:is (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-ts-type-predicate.ts28 (asserts: number | string): asserts is number; property
29 (asserts: { a: number | string }): asserts is this; property
36 (is: number | string): is is number; property
37 (is: { a: number | string }): is is this; property
44 (a: number | string): a is number; property
45 (a: { a: number | string }): a is this; property
52 (a: number | string): asserts a is number; property
53 (a: { a: number | string }): asserts a is this; property
60 (asserts: number | string): asserts asserts is number; property
61 (asserts: { a: number | string }): asserts asserts is this; property
[all …]
Dtest-keyword-identify9.ts17 class is { } class
19 namespace is { namespace
20 var is = 1; variable
26 is = 1; property in asserts
Dtest-function-name-1.ts17 function is(): string { function
Dtest-interface4.ts19 is(): boolean; method
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dclass-declaration-is.js16 class is {} class
Dfunction-declaration-is.js18 function is() { function
Dfunction-expression-is.js18 let foo = function is() { function
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtypeGuardFunction.ts71 (p1: A): p1 is C; property
86 func1(p1: A): p1 is C; variable
91 method1(p1: A): p1 is C { variable
DtypeGuardFunctionOfFormThis.ts140 isSupplies(): this is Crate<Supplies>; property
141 isSundries(): this is Crate<Sundries>; property
224 isLeader(): this is LeadGuard; property
225 isFollower(): this is FollowerGuard; property
DtypePredicatesInUnion_noMatch.ts25 pred(x: {}, y: {}): y is string; property
DtypePredicatesInUnion.ts25 pred(x: {}): x is string; property
DnonInferrableTypePropagation2.ts38 (a: A): a is B property
DthisTypeInInterfaces.ts48 j: (x: any) => x is this; property
DbooleanFilterAnyArray.ts24 <T>(v2?: T): v2 is T; property
DpropertyNamesOfReservedWords.ts132 is; property
408 is, enumerator
/arkcompiler/runtime_core/libpandabase/serializer/
Dtuple_to_struct.h24 Struct TupleToStructImpl([[maybe_unused]] std::index_sequence<Is...> is, Tuple &&tup) in TupleToStructImpl()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js15309 class is extends ce { class
97387 class is { class
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …n(e,t,n){t>>>=0;var i=e.byteLength-t;if(i<0)throw new RangeError("'offset' is out of bounds");if(v… function in ao.Co.Jo.Wo.Qo