Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
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
D
indexed_type.js
26
function
Ctor
() {
29
d.prototype = b === null ? Object.create(b) : ((
Ctor
.prototype = b.prototype), new
Ctor
());
/arkcompiler/ets_runtime/test/moduletest/arraymap/
H
A
D
arraymap.js
38
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
D
objects_passing.js
40
function
Ctor
() {
43
d.prototype = b === null ? Object.create(b) : ((
Ctor
.prototype = b.prototype), new
Ctor
());
/arkcompiler/ets_frontend/ets2panda/ir/base/
H
A
D
namespaceDefinition.h
106
[[nodiscard]] MethodDefinition *
Ctor
() noexcept
135
const FunctionExpression *
Ctor
() const;
H
A
D
namespaceDefinition.cpp
31
const FunctionExpression *NamespaceDefinition::
Ctor
() const
in Ctor()
function in ark::es2panda::ir::NamespaceDefinition
H
A
D
classDefinition.h
273
[[nodiscard]] MethodDefinition *
Ctor
() noexcept
358
const FunctionExpression *
Ctor
() const;
H
A
D
classDefinition.cpp
31
const FunctionExpression *ClassDefinition::
Ctor
() const
in Ctor()
function in ark::es2panda::ir::ClassDefinition
/arkcompiler/ets_frontend/es2panda/ir/statements/
H
A
D
classDeclaration.h
40
def_->
Ctor
()->SetAnnotations(std::move(annotations));
in ClassDeclaration()
/arkcompiler/ets_frontend/es2panda/ir/base/
H
A
D
classDefinition.h
173
MethodDefinition *
Ctor
()
in Ctor()
function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::ClassDefinition
244
const FunctionExpression *
Ctor
() const;
H
A
D
classDefinition.cpp
45
const FunctionExpression *ClassDefinition::
Ctor
() const
in Ctor()
function in panda::es2panda::ir::ClassDefinition
/arkcompiler/runtime_core/libpandabase/tests/
H
A
D
expected_test.cpp
55
TEST(Expected,
Ctor
)
in TEST()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H
A
D
expected_test.cpp
57
TEST(Expected,
Ctor
)
in TEST()
/arkcompiler/ets_frontend/ets2panda/util/
H
A
D
helpers.cpp
307
ASSERT(parent->AsClassDefinition()->
Ctor
() != nullptr);
in GetContainingConstructor()
308
return parent->AsClassDefinition()->
Ctor
()->Function();
in GetContainingConstructor()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H
A
D
transformer.cpp
609
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
D
varbinder.cpp
415
ResolveReference(classDef->
Ctor
());
in BuildClassDefinition()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
pandagen.cpp
1754
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
D
binder.cpp
625
ResolveReference(classDef, classDef->
Ctor
());
in BuildClassDefinition()
/arkcompiler/ets_frontend/es2panda/util/
H
A
D
helpers.cpp
352
return parent->AsClassDefinition()->
Ctor
()->Function();
in GetContainingConstructor()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H
A
D
scopesInitPhase.cpp
379
CallNode(classDef->
Ctor
());
in IterateNoTParams()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
JSCompiler.cpp
383
util::StringView ctorId = node->
Ctor
()->Function()->Scope()->InternalName();
in Compile()
Completed in 23 milliseconds