| /arkcompiler/ets_runtime/test/moduletest/typearray/ |
| D | typearray.js | 32 ].forEach(function(ctor, i) { argument 44 ].forEach(function(ctor, i) { argument 52 function testTypeArray1(ctor) { argument 72 function testTypeArray2(ctor) { argument 90 function testTypeArray3(ctor) { argument 106 function testTypeArray4(ctor) { argument 118 function testTypeArray5(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/ecmascript/tests/ |
| D | js_displaynames_test.cpp | 73 JSHandle<JSTaggedValue> ctor = env->GetDisplayNamesFunction(); in HWTEST_F_L0() local 138 JSHandle<JSTaggedValue> ctor = env->GetDisplayNamesFunction(); in HWTEST_F_L0() local 181 JSHandle<JSTaggedValue> ctor = env->GetDisplayNamesFunction(); in HWTEST_F_L0() local 232 JSHandle<JSTaggedValue> ctor = env->GetDisplayNamesFunction(); in HWTEST_F_L0() local
|
| D | js_plural_rules_test.cpp | 67 JSHandle<JSTaggedValue> ctor = env->GetPluralRulesFunction(); in HWTEST_F_L0() local 119 JSHandle<JSTaggedValue> ctor = env->GetPluralRulesFunction(); in HWTEST_F_L0() local 150 JSHandle<JSTaggedValue> ctor = env->GetPluralRulesFunction(); 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_number_format_test.cpp | 73 JSHandle<JSTaggedValue> ctor = env->GetNumberFormatFunction(); in HWTEST_F_L0() local 105 JSHandle<JSTaggedValue> ctor = env->GetNumberFormatFunction(); in HWTEST_F_L0() local 172 JSHandle<JSTaggedValue> ctor = env->GetNumberFormatFunction(); in HWTEST_F_L0() local
|
| D | js_relative_time_format_test.cpp | 68 JSHandle<JSTaggedValue> ctor = env->GetRelativeTimeFormatFunction(); in HWTEST_F_L0() local 91 JSHandle<JSTaggedValue> ctor = env->GetRelativeTimeFormatFunction(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classProperty.cpp | 73 const ir::ScriptFunction *ctor = util::Helpers::GetContainingConstructor(this); in UpdateSelf() local
|
| D | classDefinition.h | 50 ArenaVector<TSClassImplements *> &&implements, MethodDefinition *ctor, in ClassDefinition()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
| D | regExpLiteral.cpp | 37 compiler::VReg ctor = pg->AllocReg(); in Compile() local
|
| /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 | 278 JSHandle<JSFunction> ctor(env->GetDateTimeFormatFunction()); in ToLocaleString() local 341 JSHandle<JSFunction> ctor(env->GetDateTimeFormatFunction()); in ToLocaleDateString() local 404 JSHandle<JSFunction> ctor(env->GetDateTimeFormatFunction()); in ToLocaleTimeString() local
|
| D | builtins_plural_rules.cpp | 119 JSHandle<JSFunction> ctor(env->GetObjectFunction()); in ResolvedOptions() local
|
| D | builtins_displaynames.cpp | 135 JSHandle<JSFunction> ctor(env->GetObjectFunction()); in ResolvedOptions() local
|
| D | builtins_list_format.cpp | 149 JSHandle<JSFunction> ctor(env->GetObjectFunction()); in ResolvedOptions() local
|
| D | builtins_locale.cpp | 104 JSHandle<JSFunction> ctor(env->GetLocaleFunction()); in Maximize() local 138 JSHandle<JSFunction> ctor(env->GetLocaleFunction()); in Minimize() local
|
| D | builtins_relative_time_format.cpp | 164 JSHandle<JSFunction> ctor(env->GetObjectFunction()); in ResolvedOptions() local
|
| D | builtins_number_format.cpp | 174 JSHandle<JSFunction> ctor(env->GetObjectFunction()); in ResolvedOptions() local
|
| D | builtins_bigint.cpp | 95 JSHandle<JSFunction> ctor(ecmaVm->GetGlobalEnv()->GetNumberFormatFunction()); in ToLocaleString() local
|
| /arkcompiler/runtime_core/runtime/core/ |
| D | core_language_context.cpp | 88 auto *ctor = cls->GetDirectMethod(ctor_name, proto); in ThrowException() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 321 GateRef NewObjectStubBuilder::FastNewThisObject(GateRef glue, GateRef ctor) in FastNewThisObject() 358 GateRef NewObjectStubBuilder::NewThisObjectChecked(GateRef glue, GateRef ctor) in NewThisObjectChecked()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | error_helper.cpp | 139 JSHandle<JSTaggedValue> ctor = BuiltinsBase::GetConstructor(argv); in ErrorCommonConstructor() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | binder.cpp | 583 …const ir::ScriptFunction *ctor = util::Helpers::GetContainingConstructor(childNode->AsClassPropert… in ResolveReference() local 714 const ir::ScriptFunction *ctor = util::Helpers::GetContainingConstructor(scriptFunc); in AddMandatoryParams() local
|