/arkcompiler/ets_runtime/test/moduletest/typedarrayfindlast/ |
D | typedarrayfindlast.js | 33 ].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/ |
D | typedarraytosorted.js | 33 ].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/ |
D | typedarraywith.js | 33 ].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/ |
D | typedarrayat.js | 32 ].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/ |
D | typearray.js | 32 ].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/ |
D | errorcause.js | 30 ].forEach(function (ctor, i) { argument 38 function testErrorCause(ctor) { argument
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test-ts-constructor-type2.ts | 17 var ctor: abstract new (a: number, b: string); variable
|
D | test-ts-constructor-type1.ts | 17 var ctor: new (a: number, b: string); variable
|
/arkcompiler/ets_runtime/test/moduletest/weakcollectionswithsymbol/ |
D | weaksetsymbolvalue.js | 55 ].forEach(function (ctor, i) { argument
|
D | weakrefforsymbol.js | 50 ].forEach(function (ctor, i) { argument
|
D | weakmapsymbolkey.js | 59 ].forEach(function (ctor, i) { argument
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_displaynames_test.cpp | 75 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
|
D | js_collator_test.cpp | 77 JSHandle<JSTaggedValue> ctor = env->GetCollatorFunction(); in HWTEST_F_L0() local 114 JSHandle<JSTaggedValue> ctor = env->GetCollatorFunction(); in HWTEST_F_L0() local
|
D | js_plural_rules_test.cpp | 68 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
|
D | js_number_format_test.cpp | 74 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
|
D | js_relative_time_format_test.cpp | 69 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/ |
D | regExpLiteral.cpp | 37 compiler::VReg ctor = pg->AllocReg(); in Compile() local
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
D | classProperty.cpp | 91 const ir::ScriptFunction *ctor = util::Helpers::GetContainingConstructor(this); in UpdateSelf() local
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsdocTypeTag/ |
D | a.js | 106 let ctor; variable
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | newExpression.cpp | 49 compiler::VReg ctor = pg->AllocReg(); in Compile() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_boolean.cpp | 42 JSHandle<JSFunction> ctor = JSHandle<JSFunction>(GetConstructor(argv)); in BooleanConstructor() local
|
D | builtins_date.cpp | 286 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
|
D | builtins_plural_rules.cpp | 124 JSHandle<JSFunction> ctor(env->GetObjectFunction()); in ResolvedOptions() local
|
D | builtins_displaynames.cpp | 141 JSHandle<JSFunction> ctor(env->GetObjectFunction()); in ResolvedOptions() local
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler.cpp | 95 …rofiler::ProfileDefineClass(JSThread *thread, JSTaggedType func, int32_t offset, JSTaggedType ctor) in ProfileDefineClass() 226 auto ctor = JSTaggedValue::Undefined(); in ProfileObjLayout() local
|