Searched defs:isConstructor (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
H A D | declgenEts2Ts.cpp | 231 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 D | ETSCompiler.cpp | 188 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 D | builtins_typedarray_stub_builder.cpp | 2520 BRANCH(IsConstructor(thisValue), &isConstructor, slowPath);
in Of() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | new_object_stub_builder.cpp | 494 BRANCH(IsConstructor(target), &isConstructor, ¬Constructor);
in NewJSProxy() local
|
/arkcompiler/ets_frontend/es2panda/parser/transformer/ |
H A D | transformer.cpp | 1396 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 D | parserImpl.cpp | 3026 bool isConstructor = (funcFlag == ir::ScriptFunctionFlags::CONSTRUCTOR); in CreateImplicitMethod() local
|
Completed in 45 milliseconds