Home
last modified time | relevance | path

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

123

/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js32 ].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/
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/ecmascript/tests/
Djs_displaynames_test.cpp73 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
Djs_plural_rules_test.cpp67 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
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_number_format_test.cpp73 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
Djs_relative_time_format_test.cpp68 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/
DclassProperty.cpp73 const ir::ScriptFunction *ctor = util::Helpers::GetContainingConstructor(this); in UpdateSelf() local
DclassDefinition.h50 ArenaVector<TSClassImplements *> &&implements, MethodDefinition *ctor, in ClassDefinition()
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DregExpLiteral.cpp37 compiler::VReg ctor = pg->AllocReg(); in Compile() local
/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.cpp278 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
Dbuiltins_plural_rules.cpp119 JSHandle<JSFunction> ctor(env->GetObjectFunction()); in ResolvedOptions() local
Dbuiltins_displaynames.cpp135 JSHandle<JSFunction> ctor(env->GetObjectFunction()); in ResolvedOptions() local
Dbuiltins_list_format.cpp149 JSHandle<JSFunction> ctor(env->GetObjectFunction()); in ResolvedOptions() local
Dbuiltins_locale.cpp104 JSHandle<JSFunction> ctor(env->GetLocaleFunction()); in Maximize() local
138 JSHandle<JSFunction> ctor(env->GetLocaleFunction()); in Minimize() local
Dbuiltins_relative_time_format.cpp164 JSHandle<JSFunction> ctor(env->GetObjectFunction()); in ResolvedOptions() local
Dbuiltins_number_format.cpp174 JSHandle<JSFunction> ctor(env->GetObjectFunction()); in ResolvedOptions() local
Dbuiltins_bigint.cpp95 JSHandle<JSFunction> ctor(ecmaVm->GetGlobalEnv()->GetNumberFormatFunction()); in ToLocaleString() local
/arkcompiler/runtime_core/runtime/core/
Dcore_language_context.cpp88 auto *ctor = cls->GetDirectMethod(ctor_name, proto); in ThrowException() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp321 GateRef NewObjectStubBuilder::FastNewThisObject(GateRef glue, GateRef ctor) in FastNewThisObject()
358 GateRef NewObjectStubBuilder::NewThisObjectChecked(GateRef glue, GateRef ctor) in NewThisObjectChecked()
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp139 JSHandle<JSTaggedValue> ctor = BuiltinsBase::GetConstructor(argv); in ErrorCommonConstructor() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp583 …const ir::ScriptFunction *ctor = util::Helpers::GetContainingConstructor(childNode->AsClassPropert… in ResolveReference() local
714 const ir::ScriptFunction *ctor = util::Helpers::GetContainingConstructor(scriptFunc); in AddMandatoryParams() local

123