Home
last modified time | relevance | path

Searched defs:isConstructor (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.cpp231 const bool isConstructor = methodDef != nullptr ? methodDef->IsConstructor() : false; in GenFunctionType() local
207 GenFunctionBody(const ir::MethodDefinition *methodDef, const checker::Signature *sig, const bool isConstructor, const bool isSetter) GenFunctionBody() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.cpp188 LoadDynamicName(compiler::ETSGen *etsg, const ir::AstNode *node, const ArenaVector<util::StringView> &dynName, bool isConstructor) LoadDynamicName() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp2520 BRANCH(IsConstructor(thisValue), &isConstructor, slowPath); in Of() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp494 BRANCH(IsConstructor(target), &isConstructor, &notConstructor); in NewJSProxy() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp1396 CreateParamDecorators(util::StringView className, ir::MethodDefinition *node, const std::vector<ir::AstNode *> &variableDeclarations, bool isConstructor, bool isStatic) CreateParamDecorators() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp3026 bool isConstructor = (funcFlag == ir::ScriptFunctionFlags::CONSTRUCTOR); in CreateImplicitMethod() local

Completed in 45 milliseconds