Home
last modified time | relevance | path

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

12345

/arkcompiler/ets_runtime/test/moduletest/typedarrayfindlast/
Dtypedarrayfindlast.js28 typedArrayFindConstructors.forEach(function (ctor, i) { argument
39 ].forEach(function (ctor, i) { argument
47 function testTypeArrayAt1(ctor) { argument
77 function testTypeArrayAt2(ctor) { argument
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js28 typedArrayConstructors.forEach(function(ctor, i) { argument
42 ].forEach(function(ctor, i) { argument
50 function testTypeArray1(ctor) { argument
70 function testTypeArray2(ctor) { argument
88 function testTypeArray3(ctor) { argument
104 function testTypeArray4(ctor) { argument
116 function testTypeArray5(ctor) { argument
131 function testTypeArrayWithSize(ctor, size) { argument
149 function testTypeArrayIC(ctor) { argument
320 ].forEach(function (ctor, i) { argument
[all …]
/arkcompiler/ets_runtime/test/moduletest/typedarrayat/
Dtypedarrayat.js28 typedArrayAtConstructors.forEach(function (ctor, i) { argument
39 ].forEach(function (ctor, i) { argument
47 function testTypeArrayAt1(ctor) { argument
70 function testTypeArrayAt2(ctor) { argument
/arkcompiler/ets_runtime/test/moduletest/typedarraytosorted/
Dtypedarraytosorted.js27 typedArraySortedConstructors.forEach(function (ctor, i) { argument
39 ].forEach(function (ctor, i) { argument
48 function testTypeArrayToSorted(ctor, arr) { argument
/arkcompiler/ets_runtime/test/moduletest/typedarraywith/
Dtypedarraywith.js27 typedArrayWithConstructors.forEach(function (ctor, i) { argument
39 ].forEach(function (ctor, i) { argument
48 function testTypeArrayWithInt(ctor, arr, flagBig) { argument
/arkcompiler/ets_runtime/test/moduletest/typedarraysubarray/
Dtypedarraysubarray.js21 typedArraySubArrayConstructors.forEach(function (ctor, i) { argument
25 function testTypeArrayAt1(ctor) { argument
/arkcompiler/ets_runtime/test/moduletest/typedarrayset/
Dtypedarrayset.js26 ].forEach(function (ctor) { argument
30 function testTypeArraySet1(ctor) { argument
/arkcompiler/ets_runtime/test/moduletest/errorcause/
Derrorcause.js30 ].forEach(function (ctor, i) { argument
38 function testErrorCause(ctor) { argument
/arkcompiler/ets_runtime/test/moduletest/typedarrayslice/
Dtypearrayslice.js21 typedArraySliceConstructors.forEach(function (ctor, i) { argument
25 function testTypeArraySlice1(ctor, i) { argument
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-ts-constructor-type1.ts17 var ctor: new (a: number, b: string); variable
Dtest-ts-constructor-type2.ts17 var ctor: abstract new (a: number, b: string); variable
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/
Dtest-ts-constructor-type2.ts17 var ctor: abstract new (a: number, b: string); variable
Dtest-ts-constructor-type1.ts17 var ctor: new (a: number, b: string); variable
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2923 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitLiveIn() local
2937 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitParameter() local
2945 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitReturnVoid() local
2956 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitReturn() local
2969 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitReturnInlined() local
2980 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitReturnI() local
3001 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitLiveOut() local
3019 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitSubOverflowCheck() local
3051 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitDeoptimize() local
3062 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitDeoptimizeIf() local
[all …]
/arkcompiler/ets_runtime/test/moduletest/weakcollectionswithsymbol/
Dweaksetsymbolvalue.js57 symbolFuncsValue.forEach(function (ctor, i) { argument
Dweakrefforsymbol.js52 symbolFuncsRef.forEach(function (ctor, i) { argument
Dweakmapsymbolkey.js61 symbolFuncsSet.forEach(function (ctor, i) { argument
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_collator_test.cpp43 JSHandle<JSTaggedValue> ctor = env->GetCollatorFunction(); in HWTEST_F_L0() local
80 JSHandle<JSTaggedValue> ctor = env->GetCollatorFunction(); in HWTEST_F_L0() local
Djs_plural_rules_test.cpp34 JSHandle<JSTaggedValue> ctor = env->GetPluralRulesFunction(); in HWTEST_F_L0() local
86 JSHandle<JSTaggedValue> ctor = env->GetPluralRulesFunction(); in HWTEST_F_L0() local
117 JSHandle<JSTaggedValue> ctor = env->GetPluralRulesFunction(); in HWTEST_F_L0() local
Djs_displaynames_test.cpp41 JSHandle<JSTaggedValue> ctor = env->GetDisplayNamesFunction(); in HWTEST_F_L0() local
107 JSHandle<JSTaggedValue> ctor = env->GetDisplayNamesFunction(); in HWTEST_F_L0() local
150 JSHandle<JSTaggedValue> ctor = env->GetDisplayNamesFunction(); in HWTEST_F_L0() local
201 JSHandle<JSTaggedValue> ctor = env->GetDisplayNamesFunction(); in HWTEST_F_L0() local
Djs_number_format_test.cpp40 JSHandle<JSTaggedValue> ctor = env->GetNumberFormatFunction(); in HWTEST_F_L0() local
72 JSHandle<JSTaggedValue> ctor = env->GetNumberFormatFunction(); in HWTEST_F_L0() local
139 JSHandle<JSTaggedValue> ctor = env->GetNumberFormatFunction(); in HWTEST_F_L0() local
Djs_relative_time_format_test.cpp35 JSHandle<JSTaggedValue> ctor = env->GetRelativeTimeFormatFunction(); in HWTEST_F_L0() local
58 JSHandle<JSTaggedValue> ctor = env->GetRelativeTimeFormatFunction(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dgtest_launcher.js30 globalThis.ASSERT_THROWS = function assertThrows(ctor, fn) { argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dfunction.cpp128 void Function::LoadClassContexts(const ir::AstNode *node, PandaGen *pg, VReg ctor, const util::Stri… in LoadClassContexts()
146 …teOverElements(const ArenaVector<ir::AstNode *> &elements, PandaGen *pg, VReg &ctor, VReg &thisReg, in IterateOverElements()
204 auto ctor = pg->AllocReg(); in CompileInstanceFields() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_sharedobject_test.cpp55 auto ctor = desc.GetValue(); in HWTEST_F_L0() local
92 auto ctor = desc.GetValue(); in HWTEST_F_L0() local

12345