Home
last modified time | relevance | path

Searched defs:Test (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DdoWhileStatement.h55 const Expression *Test() const in Test() function
60 Expression *Test() in Test() function
DwhileStatement.h45 const Expression *Test() const in Test() function
50 Expression *Test() in Test() function
DforUpdateStatement.h60 Expression *Test() in Test() function
65 const Expression *Test() const in Test() function
DswitchCaseStatement.h41 const Expression *Test() const in Test() function
DifStatement.h44 const Expression *Test() const in Test() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DconditionalExpression.h39 const Expression *Test() const in Test() function
44 Expression *Test() in Test() function
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DthisTypeInFunctions3.ts25 class Test extends Base { class
DstrictBindCallApply2.ts26 type Test = ThisParameterType<typeof fn>; alias
DemitStatementsBeforeSuperCall.ts38 class Test extends Base { class
DemitStatementsBeforeSuperCallWithDefineFields.ts38 class Test extends Base { class
DmappedTypeGenericIndexedAccess.ts29 class Test { class
DoptionalTupleElementsAndUndefined.ts27 type Test = [a: 1, b?: 2] extends Foo ? true : false; // true alias
DstrictNullNotNullIndexTypeShouldWork.ts25 class Test<T extends A> { class
DemitClassExpressionInDeclarationFile.ts79 export class Test extends WithTags(FooItem) {} class
/arkcompiler/ets_runtime/ecmascript/module/tests/module_test/
Dmodule_test_module_test_A.js16 class Test { class
Dmodule_test_module_test_module.js16 export class Test { class
/arkcompiler/ets_runtime/test/typeinfer/es2abc_feature/generics_multiple/
Dgenerics_multiple.ts19 class Test<T1, T2, T3, T4> { class
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/pgo_test_case/
Dcall_test.js16 class Test { class
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dtest.rb15 class Test class
/arkcompiler/ets_runtime/test/moduletest/module/
Dmodule.js55 class Test { class
/arkcompiler/ets_frontend/es2panda/util/
Dbitset.cpp65 bool BitSet::Test(size_t pos) const noexcept in Test() function in panda::es2panda::util::BitSet
/arkcompiler/runtime_core/libpandabase/utils/
Dregmask.h90 constexpr bool Test(size_t bit) const in Test() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dregion-inl.h97 inline bool Region::Test(void *addr) const in Test() function
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py170 class Test: class
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp179 JSTaggedValue BuiltinsRegExp::Test(EcmaRuntimeCallInfo *argv) in Test() function in panda::ecmascript::builtins::BuiltinsRegExp