Home
last modified time | relevance | path

Searched refs:Ctor (Results 1 - 20 of 20) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_type/
H A Dindexed_type.js26 function Ctor() {
29 d.prototype = b === null ? Object.create(b) : ((Ctor.prototype = b.prototype), new Ctor());
/arkcompiler/ets_runtime/test/moduletest/arraymap/
H A Darraymap.js38 var Ctor = function() { function
43 a.constructor[Symbol.species] = Ctor;
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/objects_passing/
H A Dobjects_passing.js40 function Ctor() {
43 d.prototype = b === null ? Object.create(b) : ((Ctor.prototype = b.prototype), new Ctor());
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DnamespaceDefinition.h106 [[nodiscard]] MethodDefinition *Ctor() noexcept
135 const FunctionExpression *Ctor() const;
H A DnamespaceDefinition.cpp31 const FunctionExpression *NamespaceDefinition::Ctor() const in Ctor() function in ark::es2panda::ir::NamespaceDefinition
H A DclassDefinition.h273 [[nodiscard]] MethodDefinition *Ctor() noexcept
358 const FunctionExpression *Ctor() const;
H A DclassDefinition.cpp31 const FunctionExpression *ClassDefinition::Ctor() const in Ctor() function in ark::es2panda::ir::ClassDefinition
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DclassDeclaration.h40 def_->Ctor()->SetAnnotations(std::move(annotations)); in ClassDeclaration()
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.h173 MethodDefinition *Ctor() in Ctor() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::ClassDefinition
244 const FunctionExpression *Ctor() const;
H A DclassDefinition.cpp45 const FunctionExpression *ClassDefinition::Ctor() const in Ctor() function in panda::es2panda::ir::ClassDefinition
/arkcompiler/runtime_core/libpandabase/tests/
H A Dexpected_test.cpp55 TEST(Expected, Ctor) in TEST()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dexpected_test.cpp57 TEST(Expected, Ctor) in TEST()
/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.cpp307 ASSERT(parent->AsClassDefinition()->Ctor() != nullptr); in GetContainingConstructor()
308 return parent->AsClassDefinition()->Ctor()->Function(); in GetContainingConstructor()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp609 ir::BlockStatement *blockStat = node->Ctor()->Function()->Body()->AsBlockStatement(); in GetInsertPosForConstructor()
700 auto ctorScopeCtx = binder::LexicalScope<binder::FunctionScope>::Enter(Binder(), node->Ctor()->Function()->Scope()); in VisitInstanceProperty()
702 ir::BlockStatement *blockStat = node->Ctor()->Function()->Body()->AsBlockStatement(); in VisitInstanceProperty()
746 auto *func = node->Ctor()->Function(); in VisitTSParameterProperty()
1231 auto *ctor = node->Definition()->Ctor(); in VisitClassDeclaration()
1379 auto ctorParamsDecorators = node->AsClassDeclaration()->Definition()->Ctor()->GetParamDecorators(); in CreateVariableDeclarationForDecorators()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvarbinder.cpp415 ResolveReference(classDef->Ctor()); in BuildClassDefinition()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1754 auto formalParamCnt = node->AsClassDefinition()->Ctor()->Function()->FormalParamsLength(); in DefineClassWithBuffer()
1763 auto formalParamCnt = node->AsClassDefinition()->Ctor()->Function()->FormalParamsLength(); in DefineSendableClass()
/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp625 ResolveReference(classDef, classDef->Ctor()); in BuildClassDefinition()
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp352 return parent->AsClassDefinition()->Ctor()->Function(); in GetContainingConstructor()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp379 CallNode(classDef->Ctor()); in IterateNoTParams()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp383 util::StringView ctorId = node->Ctor()->Function()->Scope()->InternalName(); in Compile()

Completed in 23 milliseconds