| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | bc_lowering_test.cpp | 85 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_runtime/test/jsperftest/ |
| D | run_js_perf_test.sh | 19 function init() function
|
| /arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export-type/ |
| D | import-main.ts | 25 function init(p: Particle): void { function
|
| /arkcompiler/ets_runtime/test/ffiworkloadtest/ |
| D | run_ffi_workload_test.sh | 24 function init() { function
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsEnumMember.h | 26 explicit TSEnumMember(Expression *key, Expression *init) in TSEnumMember()
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | zip_file_reader_mem.cpp | 24 bool ZipFileReaderMem::init() in init() function in panda::ecmascript::ZipFileReaderMem
|
| D | zip_file_reader.cpp | 74 bool ZipFileReader::init() in init() function in panda::ecmascript::ZipFileReader
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsEnumMember.h | 36 explicit TSEnumMember(Expression *key, Expression *init) in TSEnumMember()
|
| D | tsEnumDeclaration.cpp | 245 bool IsComputedEnumMember(const ir::Expression *init) in IsComputedEnumMember() 291 const ir::Expression *init = variable->Declaration()->Node()->AsTSEnumMember()->Init(); in InferEnumVariableType() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | destructuring.cpp | 98 const ir::Expression *init = nullptr; in GenArray() local 149 const ir::Expression *init = nullptr; in GetAssignmentTarget() local 160 …void GenDefaultInitializer(PandaGen *pg, const ir::Expression *element, const ir::Expression *init) in GenDefaultInitializer()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/ |
| D | return_pending_promise_to_js_test.js | 18 function init() { function
|
| D | await_js_promise.js | 33 function init() { function
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | variableDeclarator.h | 42 explicit VariableDeclarator(Expression *ident, Expression *init) in VariableDeclarator()
|
| D | forUpdateStatement.h | 40 …explicit ForUpdateStatement(binder::LoopScope *scope, AstNode *init, Expression *test, Expression … in ForUpdateStatement()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | countable_loop_parser.h | 30 Inst *init; member
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | variableDeclarator.h | 41 explicit VariableDeclarator(VariableDeclaratorFlag flag, Expression *ident, Expression *init) in VariableDeclarator()
|
| D | forUpdateStatement.h | 30 … explicit ForUpdateStatement(AstNode *init, Expression *test, Expression *update, Statement *body) in ForUpdateStatement()
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | destructuring.cpp | 97 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/ |
| D | NapiLog.js | 41 NapiLog.init = function (level, fileName) { function in NapiLog
|
| /arkcompiler/ets_frontend/arkguard/src/ |
| D | ArkObfuscator.ts | 118 public init(config?: IOptions): boolean { method in ArkObfuscator
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | aot_data.cpp | 84 intptr_t AotData::GetClassSlotOffset(uint64_t pc, uint32_t klassId, bool init) in GetClassSlotOffset()
|
| /arkcompiler/ets_frontend/test/scripts/performance_test/ |
| D | performance_entry.py | 212 def init(self): member in PerformanceEntry
|
| D | performance_build.py | 57 def init(self): member in PerformanceBuild
|
| /arkcompiler/ets_frontend/test262/ |
| D | run_test262.py | 170 def init(args): function
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | statementParser.cpp | 1276 ir::VariableDeclarator *ParserImpl::ParseVariableDeclaratorInitializer(ir::Expression *init, Variab… in ParseVariableDeclaratorInitializer() 1339 ir::VariableDeclarator *ParserImpl::ParseVariableDeclarator(ir::Expression *init, lexer::SourcePosi… in ParseVariableDeclarator() 1364 ir::Expression *init = ParseVariableDeclaratorKey(flags); in ParseVariableDeclarator() local
|