Home
last modified time | relevance | path

Searched defs:isConstructor (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/model/builder/
DCallGraphBuilder.ts124 private isConstructor(m: Method): boolean { method in CallGraphBuilder
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp160 … const ArenaVector<util::StringView> &dynName, bool isConstructor) in LoadDynamicName()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp665 const bool isConstructor = methodDef != nullptr ? methodDef->IsConstructor() : false; in GenFunctionType() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1395 bool isConstructor, in CreateParamDecorators()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3074 bool isConstructor = (funcFlag == ir::ScriptFunctionFlags::CONSTRUCTOR); in CreateImplicitMethod() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp552 Label isConstructor(env); in NewJSProxy() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp2500 Label isConstructor(env); in Of() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4752 JSVM_Status OH_JSVM_IsConstructor(JSVM_Env env, JSVM_Value value, bool* isConstructor) in OH_JSVM_IsConstructor()