| /arkcompiler/ets_frontend/test262/ |
| D | intl_tests.txt | 24 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 …]
|
| D | intl_skip_tests.json | 5 "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/ |
| D | test-type-with-specieal-constructor.ts | 18 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);
|
| D | test-ts-parameter-property.ts | 18 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
|
| D | test-class-constructor2.ts | 18 constructor(); method in Foo 19 constructor() { }; 21 constructor(); method in Foo
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 234 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/ |
| D | pandasm.ts | 22 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 …]
|
| D | scope.ts | 42 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/ |
| D | lib_ark_builtins.d.ts | 88 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/ |
| D | functionLiteralForOverloads2.txt | 1 …, {'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/ |
| D | constructSignaturesWithIdenticalOverloads.txt | 1 …, {'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…
|
| D | constructSignaturesWithOverloads.txt | 1 …, {'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…
|
| D | constructSignaturesWithOverloadsThatDifferOnlyByReturnType.txt | 1 …, {'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/ |
| D | test262skiplist-flaky.txt | 3 intl402/RelativeTimeFormat/constructor/constructor/options-throwing-getters.js 6 intl402/Locale/constructor-options-language-valid.js
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_finalization_registry_test.cpp | 111 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/ |
| D | declarationEmitWorkWithInlineComments.txt | 1 …, {'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/ |
| D | optional_ref.h | 35 // 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/ |
| D | quotedConstructors.txt | 1 …, {'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…
|
| D | classConstructorParametersAccessibility3.txt | 1 …, {'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/ |
| D | constraintSatisfactionWithAny.txt | 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… 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/ |
| D | class_info_extractor.cpp | 307 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/ |
| D | bug_1926.pa | 17 .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/ |
| D | test-class-definition.js | 24 constructor(a, b, c) method in A 33 static constructor(){} 34 constructor(){}
|
| /arkcompiler/ets_runtime/test/aottest/aot_type_test/typenewsuper/ |
| D | typenewsuper.ts | 19 constructor() {} 24 constructor(x:number, y:string) { method in D 38 constructor() { method in E
|
| /arkcompiler/ets_runtime/test/aottest/builtins_stub/ |
| D | builtins_stub.ts | 17 // test new builtin constructor 27 // test call builtin constructor 33 constructor(arg:boolean) { method in MyBoolean
|