Home
last modified time | relevance | path

Searched defs:init (Results 1 – 25 of 58) sorted by relevance

123

/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dbc_lowering_test.cpp85 auto init = CreateEmptyGraph(); in TEST_F() local
146 auto init = CreateEmptyGraph(); in TEST_F() local
230 auto init = CreateEmptyGraph(); in TEST_F() local
306 auto init = CreateEmptyGraph(); in TEST_F() local
/arkcompiler/ets_frontend/arkguard/test/grammar/export_namecache/
DnamecacheTest8_import.ts23 function init(p: Particle): void { function
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DvariableDeclarator.h41 explicit VariableDeclarator(VariableDeclaratorFlag flag, Expression *ident, Expression *init) in VariableDeclarator()
59 void SetInit(Expression *init) in SetInit()
DforUpdateStatement.h30 … explicit ForUpdateStatement(AstNode *init, Expression *test, Expression *update, Statement *body) in ForUpdateStatement()
DvariableDeclarator.cpp83 … auto *const init = init_ != nullptr ? init_->Clone(allocator, nullptr)->AsExpression() : nullptr; in Clone() local
/arkcompiler/ets_runtime/test/aotjsperftest/
Drun_js_perf_test.sh19 function init() function
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export-type/
Dimport-main.ts25 function init(p: Particle): void { function
/arkcompiler/ets_runtime/test/ffiworkloadtest/
Drun_ffi_workload_test.sh22 function init() { function
/arkcompiler/ets_runtime/test/jsperftest/
Drun_js_perf_test.sh41 function init() function
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file_reader_mem.cpp24 bool ZipFileReaderMem::init() in init() function in panda::ecmascript::ZipFileReaderMem
Dzip_file_reader.cpp74 bool ZipFileReader::init() in init() function in panda::ecmascript::ZipFileReader
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsEnumMemberBuilder.h41 TSEnumMemberBuilder &SetInit(Expression *init) in SetInit()
DvariableDeclaratorBuilder.h41 VariableDeclaratorBuilder &SetInit(Expression *init) in SetInit()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsEnumMember.h26 explicit TSEnumMember(Expression *key, Expression *init) in TSEnumMember()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsEnumMember.h36 explicit TSEnumMember(Expression *key, Expression *init) in TSEnumMember()
DtsEnumDeclaration.cpp245 bool IsComputedEnumMember(const ir::Expression *init) in IsComputedEnumMember()
294 const ir::Expression *init = variable->Declaration()->Node()->AsTSEnumMember()->Init(); in InferEnumVariableType() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DLogger.ts25 static init(instance: LoggerInterface): void { method in Logger
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Ddestructuring.cpp87 const ir::Expression *init = nullptr; in GenElement() local
154 const ir::Expression *init = nullptr; in GetAssignmentTarget() local
165 …void GenDefaultInitializer(PandaGen *pg, const ir::Expression *element, const ir::Expression *init) in GenDefaultInitializer()
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/utils/logger/
DLogger.ts36 static init(instance: ILogger): void { method in Logger
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/
Dreturn_pending_promise_to_js_test.js18 function init() { function
/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclarator.h42 explicit VariableDeclarator(Expression *ident, Expression *init) in VariableDeclarator()
DforUpdateStatement.h40 …explicit ForUpdateStatement(binder::LoopScope *scope, AstNode *init, Expression *test, Expression … in ForUpdateStatement()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dcountable_loop_parser.h30 Inst *init; member
/arkcompiler/ets_frontend/es2panda/compiler/base/
Ddestructuring.cpp97 const ir::Expression *init = nullptr; in GenArray() local
133 const ir::Expression *init = nullptr; in GenObjectProperty() local
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DNapiLog.js41 NapiLog.init = function (level, fileName) { function in NapiLog

123