Home
last modified time | relevance | path

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

12345

/arkcompiler/ets_runtime/test/moduletest/typedarrayfindlast/
Dtypedarrayfindlast.js43 typedArrayFindConstructors.forEach(function (ctor, i) { argument
65 ].forEach(function (ctor, i) { argument
76 function testTypeArrayAt1(ctor) { argument
106 function testTypeArrayAt2(ctor) { argument
/arkcompiler/ets_runtime/test/moduletest/typedarrayat/
Dtypedarrayat.js43 typedArrayAtConstructors.forEach(function (ctor, i) { argument
65 ].forEach(function (ctor, i) { argument
76 function testTypeArrayAt1(ctor) { argument
99 function testTypeArrayAt2(ctor) { argument
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js43 typedArrayConstructors.forEach(function(ctor, i) { argument
68 ].forEach(function(ctor, i) { argument
79 function testTypeArray1(ctor) { argument
99 function testTypeArray2(ctor) { argument
117 function testTypeArray3(ctor) { argument
133 function testTypeArray4(ctor) { argument
145 function testTypeArray5(ctor) { argument
160 function testTypeArrayWithSize(ctor, size) { argument
178 function testTypeArrayIC(ctor) { argument
369 ].forEach(function (ctor, i) { argument
[all …]
/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/typedarraywith/
Dtypedarraywith.js42 typedArrayWithConstructors.forEach(function (ctor, i) { argument
65 ].forEach(function (ctor, i) { argument
77 function testTypeArrayWithInt(ctor, arr, flagBig) { argument
/arkcompiler/ets_runtime/test/moduletest/errorcause/
Derrorcause.js30 ].forEach(function (ctor, i) { argument
38 function testErrorCause(ctor) { argument
/arkcompiler/ets_runtime/test/moduletest/typedarraytosorted/
Dtypedarraytosorted.js42 typedArraySortedConstructors.forEach(function (ctor, i) { argument
65 ].forEach(function (ctor, i) { argument
77 function testTypeArrayToSorted(ctor, arr) { argument
/arkcompiler/ets_frontend/es2panda/test/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/ets_frontend/ets2panda/test/ast/parser/ts/
Dtest-ts-constructor-type1.ts17 var ctor: new (a: number, b: string)/* @@ label */; variable
Dtest-ts-constructor-type2.ts17 var ctor: abstract new (a: number, b: string)/* @@ label */; variable
/arkcompiler/ets_runtime/test/moduletest/typedarrayslice/
Dtypearrayslice.js21 typedArraySliceConstructors.forEach(function (ctor, i) { argument
25 function testTypeArraySlice1(ctor, i) { argument
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3270 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitLiveIn() local
3284 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitParameter() local
3292 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitReturnVoid() local
3303 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitReturn() local
3316 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitReturnInlined() local
3327 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitReturnI() local
3348 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitLiveOut() local
3366 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitSubOverflowCheck() local
3398 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitDeoptimize() local
3409 auto ctor = static_cast<LLVMIrConstructor *>(v); in VisitDeoptimizeIf() local
[all …]
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserNamespaces.cpp67 ir::MethodDefinition *ctor = nullptr; in ParseNamespaceDefinition() local
85 ir::MethodDefinition *ctor = nullptr; in ParseNamespaceBody() local
/arkcompiler/ets_runtime/test/moduletest/weakcollectionswithsymbol/
Dweaksetsymbolvalue.js56 symbolFuncsValue.forEach(function (ctor, i) { argument
Dweakmapsymbolkey.js61 symbolFuncsSet.forEach(function (ctor, i) { argument
Dweakrefforsymbol.js66 symbolFuncsRef.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
/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_frontend/ets2panda/ir/base/
DnamespaceDefinition.h42 …licit NamespaceDefinition(Identifier *ident, ArenaVector<AstNode *> &&body, MethodDefinition *ctor, in NamespaceDefinition()
111 void SetCtor(MethodDefinition *ctor) in SetCtor()

12345