Home
last modified time | relevance | path

Searched defs:is (Results 1 – 13 of 13) 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/ets2panda/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 …]
/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/runtime_core/libpandabase/serializer/
Dtuple_to_struct.h24 Struct TupleToStructImpl([[maybe_unused]] std::index_sequence<Is...> is, Tuple &&tup) in TupleToStructImpl()
/arkcompiler/runtime_core/static_core/libpandabase/serializer/
Dtuple_to_struct.h24 Struct TupleToStructImpl([[maybe_unused]] std::index_sequence<IS...> is, Tuple &&tup) in TupleToStructImpl()
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/utils/
DASTHelpers.ts24 isArray(arg: unknown): arg is unknown[] | readonly unknown[]; property
/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… method in t.Option