Home
last modified time | relevance | path

Searched full:constructor (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/arkcompiler/ets_frontend/test262/
Dintl_tests.txt24 intl402/Collator/constructor-options-throwing-getters.js
41 intl402/Collator/prototype/constructor/prop-desc.js
42 intl402/Collator/prototype/constructor/value.js
88 intl402/DateTimeFormat/constructor-options-fractionalSecondDigits-invalid.js
89 intl402/DateTimeFormat/constructor-options-order-dayPeriod.js
90 intl402/DateTimeFormat/constructor-default-value.js
94 intl402/DateTimeFormat/constructor-options-timeStyle-invalid.js
96 intl402/DateTimeFormat/constructor-calendar-numberingSystem-order.js
97 intl402/DateTimeFormat/constructor-options-dateStyle-invalid.js
99 intl402/DateTimeFormat/constructor-options-numberingSystem-invalid.js
[all …]
Dintl_skip_tests.json5 "intl402/RelativeTimeFormat/constructor/constructor/proto-from-ctor-realm.js",
9 "intl402/ListFormat/constructor/constructor/proto-from-ctor-realm.js",
10 "intl402/Segmenter/constructor/constructor/proto-from-ctor-realm.js",
42 "intl402/Locale/constructor-non-iana-canon.js",
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-type-with-specieal-constructor.ts18 constructor(a: 'hello'); method in ClassExample
19 constructor(a: 'bye');
20 constructor(a: string);
21 constructor(a) {
28 constructor(); method in ns.A
30 constructor(x:number);
Dtest-ts-parameter-property.ts18 public constructor( method in ExampleClass1
37 public constructor(readonly) { }; method in ExampleClass2
41 public constructor(public readonly) { }; method in ExampleClass3
45 public constructor(readonly readonly) { }; method in ExampleClass4
Dtest-class-constructor2.ts18 constructor(); method in Foo
19 constructor() { };
21 constructor(); method in Foo
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h234 V(Array, Constructor) \
270 V(ArrayBuffer, Constructor) \
276 V(SharedArrayBuffer, Constructor) \
282 V(AsyncFunction, Constructor) \
283 V(Boolean, Constructor) \
285 V(DataView, Constructor) \
291 V(Date, Constructor) \
301 V(Function, Constructor) \
307 V(Generator, Constructor) \
321 V(Iterator, Constructor) \
[all …]
/arkcompiler/ets_frontend/ts2panda/src/
Dpandasm.ts22 constructor( method in Metadata
33 constructor(params: number = 0, retType?: string | undefined) { method in Signature
47 constructor( method in Ins
81 constructor( method in Function
119 constructor(name: string) { method in Record
136 constructor() { method in Program
159 constructor( method in CatchTable
176 constructor(vregNum: number, typeIndex: number) { method in TypeOfVreg
188 constructor(symbol: string, type: number) { method in ExportedSymbol2Type
200 constructor(symbol: string, type: number) { method in DeclaredSymbol2Type
[all …]
Dscope.ts42 constructor(name: string, node: ts.Node, isModule: ModuleVarKind) { method in Decl
50 constructor(varName: string, node: ts.Node, isModule: ModuleVarKind) { method in VarDecl
56 constructor(letName: string, node: ts.Node, isModule: ModuleVarKind) { method in LetDecl
62 constructor(constName: string, node: ts.Node, isModule: ModuleVarKind) { method in ConstDecl
68 constructor(funcName: string, node: ts.Node, isModule: ModuleVarKind) { method in FuncDecl
74 constructor(className: string, node: ts.Node, isModule: ModuleVarKind) { method in ClassDecl
80 constructor(CpName: string, node: ts.Node, isModule: ModuleVarKind = ModuleVarKind.NOT) { method in CatchParameter
86 constructor(FpName: string, node: ts.Node, isModule: ModuleVarKind = ModuleVarKind.NOT) { method in FunctionParameter
101 constructor() { } method in Scope
400 constructor(node?: ts.SourceFile) { method in GlobalScope
[all …]
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts88 constructor(arg?: any): Object; method in Object
148 constructor(...args: string[]): Function; method in Function
166 constructor(message?: string): Error;
170 constructor(message?: string): RangeError;
174 constructor(message?: string): SyntaxError;
178 constructor(message?: string): TypeError;
182 constructor(message?: string): ReferenceError;
186 constructor(message?: string): URIError;
190 constructor(message?: string): EvalError;
194 constructor(arg: number): Boolean;
[all …]
/arkcompiler/ets_frontend/testTs/expect/types/specifyingTypes/typeLiterals/
DfunctionLiteralForOverloads2.txt1 …, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'constructor'}, {'t': 24, 'v…
2 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 128}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t':…
3 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 128}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t':…
4 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t': 2…
6 …, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'constructor'}, {'t': 24, 'v…
7 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 128}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t':…
8 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 128}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t':…
9 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t': 2…
/arkcompiler/ets_frontend/testTs/expect/types/objectTypeLiteral/constructSignatures/
DconstructSignaturesWithIdenticalOverloads.txt1 …, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'constructor'}, {'t': 24, 'v…
2 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 128}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t':…
3 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 128}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t':…
4 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t': 2…
6 …, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'constructor'}, {'t': 24, 'v…
7 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 128}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t':…
8 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 128}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t':…
9 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t': 2…
DconstructSignaturesWithOverloads.txt1 …, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'constructor'}, {'t': 24, 'v…
2 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 128}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t':…
3 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 128}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t':…
4 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t': 2…
6 …, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'constructor'}, {'t': 24, 'v…
7 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 128}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t':…
8 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 128}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t':…
9 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t': 2…
DconstructSignaturesWithOverloadsThatDifferOnlyByReturnType.txt1 …, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'constructor'}, {'t': 24, 'v…
2 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t': 2…
4 …, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'constructor'}, {'t': 24, 'v…
5 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t': 2…
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist-flaky.txt3 intl402/RelativeTimeFormat/constructor/constructor/options-throwing-getters.js
6 intl402/Locale/constructor-options-language-valid.js
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_finalization_registry_test.cpp111 JSHandle<JSTaggedValue> constructor = CreateFinalizationRegistry(thread); in HWTEST_F_L0() local
112 JSHandle<JSFinalizationRegistry> finaRegObj(thread, constructor.GetTaggedValue()); in HWTEST_F_L0()
145 JSHandle<JSTaggedValue> constructor = CreateFinalizationRegistry(thread); in HWTEST_F_L0() local
146 JSHandle<JSFinalizationRegistry> finaRegObj(thread, constructor.GetTaggedValue()); in HWTEST_F_L0()
185 JSHandle<JSTaggedValue> constructor = CreateFinalizationRegistry(thread); in HWTEST_F_L0() local
186 JSHandle<JSFinalizationRegistry> finaRegObj(thread, constructor.GetTaggedValue()); in HWTEST_F_L0()
217 JSHandle<JSTaggedValue> constructor = CreateFinalizationRegistry(thread); in HWTEST_F_L0() local
218 JSHandle<JSFinalizationRegistry> finaRegObj1(thread, constructor.GetTaggedValue()); in HWTEST_F_L0()
219 JSHandle<JSFinalizationRegistry> finaRegObj2(thread, constructor.GetTaggedValue()); in HWTEST_F_L0()
255 JSHandle<JSTaggedValue> constructor = CreateFinalizationRegistry(thread); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_frontend/testTs/expect/declarationEmit/
DdeclarationEmitWorkWithInlineComments.txt1 …, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'constructor'}, {'t': 24, 'v…
2 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t': 2…
4 …, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'constructor'}, {'t': 24, 'v…
5 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t': 2…
7 …, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'constructor'}, {'t': 24, 'v…
8 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t': 2…
/arkcompiler/runtime_core/verification/util/
Doptional_ref.h35 // NOLINTNEXTLINE(google-explicit-constructor)
37 // NOLINTNEXTLINE(google-explicit-constructor)
39 // NOLINTNEXTLINE(google-explicit-constructor)
105 // NOLINTNEXTLINE(google-explicit-constructor)
107 // NOLINTNEXTLINE(google-explicit-constructor)
140 // makes the inherited protected constructor public
/arkcompiler/ets_frontend/testTs/expect/classes/constructorDeclarations/
DquotedConstructors.txt1 …, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'constructor'}, {'t': 24, 'v…
2 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t': 2…
4 …, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'constructor'}, {'t': 24, 'v…
5 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t': 2…
10 …, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'constructor'}, {'t': 24, 'v…
11 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t': 2…
DclassConstructorParametersAccessibility3.txt1 …, {'tag': 2, 'value': 0}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': 'constructor'}, {'tag': 2, '…
2 …, {'tag': 2, 'value': 0}, {'tag': 2, 'value': 1}, {'tag': 5, 'value': 'constructor'}, {'tag': 2, '…
3 …, {'tag': 2, 'value': 0}, {'tag': 2, 'value': 0}, {'tag': 5, 'value': 'constructor'}, {'tag': 2, '…
4 …, {'tag': 2, 'value': 0}, {'tag': 2, 'value': 0}, {'tag': 5, 'value': 'constructor'}, {'tag': 2, '…
/arkcompiler/ets_frontend/testTs/expect/types/typeParameters/typeArgumentLists/
DconstraintSatisfactionWithAny.txt4 …, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'constructor'}, {'t': 24, 'v…
5 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t': 2…
7 …, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'constructor'}, {'t': 24, 'v…
8 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t': 2…
10 …, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'constructor'}, {'t': 24, 'v…
11 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'constructor'}, {'t': 2, 'v': 0}, {'t': 2…
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp307 JSHandle<JSFunction> constructor = factory->NewJSFunctionByHClass(method, constructorHClass); in DefineClassFromExtractor() local
310 nonStaticProperties->Set(thread, 0, constructor); in DefineClassFromExtractor()
346 propFunc->SetHomeObject(thread, constructor); in DefineClassFromExtractor()
350 …JSHandle<JSObject>::Cast(constructor)->SetPropertyInlinedProps(thread, index, propValue.GetTaggedV… in DefineClassFromExtractor()
353 …meDictionary> dict = BuildDictionaryProperties(thread, JSHandle<JSObject>(constructor), staticKeys, in DefineClassFromExtractor()
355 constructor->SetProperties(thread, dict); in DefineClassFromExtractor()
361 … ClassHelper::HandleElementsProperties(thread, JSHandle<JSObject>(constructor), staticElements); in DefineClassFromExtractor()
364 PropertyDescriptor ctorDesc(thread, JSHandle<JSTaggedValue>(constructor), true, false, true); in DefineClassFromExtractor()
369 constructor->SetHomeObject(thread, prototype); in DefineClassFromExtractor()
370 constructor->SetProtoOrHClass(thread, prototype); in DefineClassFromExtractor()
[all …]
/arkcompiler/runtime_core/tests/verifier-tests/
Dbug_1926.pa17 .function void A.constructor(A a0) <ctor> {
22 .function void B.constructor(B a0) <ctor> {
31 initobj.short B.constructor
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-class-definition.js24 constructor(a, b, c) method in A
33 static constructor(){}
34 constructor(){}
/arkcompiler/ets_runtime/test/aottest/aot_type_test/typenewsuper/
Dtypenewsuper.ts19 constructor() {}
24 constructor(x:number, y:string) { method in D
38 constructor() { method in E
/arkcompiler/ets_runtime/test/aottest/builtins_stub/
Dbuiltins_stub.ts17 // test new builtin constructor
27 // test call builtin constructor
33 constructor(arg:boolean) { method in MyBoolean

12345678910>>...19