Home
last modified time | relevance | path

Searched defs:elem (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/libReferenceNoLibBundle/
Dfile1.ts23 export const elem: HTMLElement = { field: 'a' }; constant
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/libReferenceDeclarationEmitBundle/
Dfile2.ts23 declare const elem: HTMLElement; constant
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/libReferenceNoLib/
Dfile1.ts23 export const elem: HTMLElement = { field: 'a' }; constant
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/libReferenceDeclarationEmit/
Dfile2.ts23 declare const elem: HTMLElement; constant
/arkcompiler/ets_frontend/es2panda/compiler/debugger/
DdebuginfoDumper.cpp50 typename std::vector<T>::const_reverse_iterator elem; in WrapArray() local
59 typename std::vector<T>::const_iterator elem; in WrapArray() local
121 for (const auto &elem : it.GetElements()) { in WriteMetaData() local
/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.cpp36 CString elem = fileName.substr(prev, curr - prev); in NormalizePath() local
/arkcompiler/runtime_core/assembler/
Dassembly-type.h86 auto elem = GetId(component_name_); in IsArrayContainsPrimTypes() local
/arkcompiler/runtime_core/libpandafile/
Dproto_data_accessor-inl.h46 uint8_t elem = (v >> shift) & SHORTY_ELEM_MASK; in EnumerateTypes() local
Dfile_item_container.cpp348 auto &elem = (*elems)[i]; in DeduplicateAnnotationValue() local
Dfile_items.cpp1408 for (auto elem : elements_) { in Write() local
/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.cpp175 for (const auto &elem : regularImportEntries_) { in AssignIndexToModuleVariable() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_function_test.cpp245 JSTaggedValue elem = array->Get(0); in HWTEST_F_L0() local
301 JSTaggedValue elem = array->Get(0); in HWTEST_F_L0() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h747 for (const auto &elem : prog->literalarray_table) { in CheckConstArrayFilling() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1561 const ir::Expression *elem = elements[i]; in CreateArray() local
1588 const ir::Expression *elem = elements[i]; in CreateArray() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp684 JSMutableHandle<JSTaggedValue> elem(thread, JSTaggedValue::Hole()); in FastCopyFromArrayToTypedArray() local