Home
last modified time | relevance | path

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

123

/arkcompiler/ets_runtime/test/moduletest/typedarrayfindlast/
Dtypedarrayfindlast.js33 ].forEach(function (ctor, i) { argument
44 ].forEach(function (ctor, i) { argument
52 function testTypeArrayAt1(ctor) { argument
82 function testTypeArrayAt2(ctor) { argument
/arkcompiler/ets_runtime/test/moduletest/typedarraytosorted/
Dtypedarraytosorted.js33 ].forEach(function (ctor, i) { argument
44 ].forEach(function (ctor, i) { argument
52 function testTypeArrayToSorted1(ctor) { argument
73 function testTypeArrayToSorted2(ctor) { argument
/arkcompiler/ets_runtime/test/moduletest/typedarraywith/
Dtypedarraywith.js33 ].forEach(function (ctor, i) { argument
44 ].forEach(function (ctor, i) { argument
52 function testTypeArrayWith1(ctor) { argument
71 function testTypeArrayWith2(ctor) { argument
/arkcompiler/ets_runtime/test/moduletest/typedarrayat/
Dtypedarrayat.js32 ].forEach(function (ctor, i) { argument
43 ].forEach(function (ctor, i) { argument
51 function testTypeArrayAt1(ctor) { argument
74 function testTypeArrayAt2(ctor) { argument
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js32 ].forEach(function(ctor, i) { argument
45 ].forEach(function(ctor, i) { argument
53 function testTypeArray1(ctor) { argument
73 function testTypeArray2(ctor) { argument
91 function testTypeArray3(ctor) { argument
107 function testTypeArray4(ctor) { argument
119 function testTypeArray5(ctor) { argument
134 function testTypeArray6(ctor) { argument
152 function testTypeArray7(ctor) { argument
/arkcompiler/ets_runtime/test/moduletest/errorcause/
Derrorcause.js30 ].forEach(function (ctor, i) { argument
38 function testErrorCause(ctor) { 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_runtime/test/moduletest/weakcollectionswithsymbol/
Dweaksetsymbolvalue.js55 ].forEach(function (ctor, i) { argument
Dweakrefforsymbol.js50 ].forEach(function (ctor, i) { argument
Dweakmapsymbolkey.js59 ].forEach(function (ctor, i) { argument
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_displaynames_test.cpp75 JSHandle<JSTaggedValue> ctor = env->GetDisplayNamesFunction(); in HWTEST_F_L0() local
141 JSHandle<JSTaggedValue> ctor = env->GetDisplayNamesFunction(); in HWTEST_F_L0() local
184 JSHandle<JSTaggedValue> ctor = env->GetDisplayNamesFunction(); in HWTEST_F_L0() local
235 JSHandle<JSTaggedValue> ctor = env->GetDisplayNamesFunction(); in HWTEST_F_L0() local
Djs_collator_test.cpp77 JSHandle<JSTaggedValue> ctor = env->GetCollatorFunction(); in HWTEST_F_L0() local
114 JSHandle<JSTaggedValue> ctor = env->GetCollatorFunction(); in HWTEST_F_L0() local
Djs_plural_rules_test.cpp68 JSHandle<JSTaggedValue> ctor = env->GetPluralRulesFunction(); in HWTEST_F_L0() local
120 JSHandle<JSTaggedValue> ctor = env->GetPluralRulesFunction(); in HWTEST_F_L0() local
151 JSHandle<JSTaggedValue> ctor = env->GetPluralRulesFunction(); in HWTEST_F_L0() local
Djs_number_format_test.cpp74 JSHandle<JSTaggedValue> ctor = env->GetNumberFormatFunction(); in HWTEST_F_L0() local
106 JSHandle<JSTaggedValue> ctor = env->GetNumberFormatFunction(); in HWTEST_F_L0() local
173 JSHandle<JSTaggedValue> ctor = env->GetNumberFormatFunction(); in HWTEST_F_L0() local
Djs_relative_time_format_test.cpp69 JSHandle<JSTaggedValue> ctor = env->GetRelativeTimeFormatFunction(); in HWTEST_F_L0() local
92 JSHandle<JSTaggedValue> ctor = env->GetRelativeTimeFormatFunction(); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DregExpLiteral.cpp37 compiler::VReg ctor = pg->AllocReg(); in Compile() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassProperty.cpp91 const ir::ScriptFunction *ctor = util::Helpers::GetContainingConstructor(this); in UpdateSelf() local
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsdocTypeTag/
Da.js106 let ctor; variable
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DnewExpression.cpp49 compiler::VReg ctor = pg->AllocReg(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_boolean.cpp42 JSHandle<JSFunction> ctor = JSHandle<JSFunction>(GetConstructor(argv)); in BooleanConstructor() local
Dbuiltins_date.cpp286 JSHandle<JSFunction> ctor(env->GetDateTimeFormatFunction()); in ToLocaleString() local
367 JSHandle<JSFunction> ctor(env->GetDateTimeFormatFunction()); in ToLocaleDateString() local
448 JSHandle<JSFunction> ctor(env->GetDateTimeFormatFunction()); in ToLocaleTimeString() local
Dbuiltins_plural_rules.cpp124 JSHandle<JSFunction> ctor(env->GetObjectFunction()); in ResolvedOptions() local
Dbuiltins_displaynames.cpp141 JSHandle<JSFunction> ctor(env->GetObjectFunction()); in ResolvedOptions() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp95 …rofiler::ProfileDefineClass(JSThread *thread, JSTaggedType func, int32_t offset, JSTaggedType ctor) in ProfileDefineClass()
226 auto ctor = JSTaggedValue::Undefined(); in ProfileObjLayout() local

123