/arkcompiler/ets_frontend/es2panda/binder/ |
D | tsBinding.h | 32 Append(name);
|
/arkcompiler/ets_frontend/es2panda/lexer/ |
D | keywordsUtil.cpp | 216 ident.Append(cp_); in ScanIdContinue() 224 ident.Append(lexer_->SourceView(escapeEnd, Iterator().Index())); in ScanIdContinue() 232 ident.Append(cp); in ScanIdContinue() 249 ident.Append(lexer_->SourceView(escapeEnd, Iterator().Index())); in ScanIdContinue()
|
D | lexer.h | 234 str.Append(SourceView(escapeEnd, Iterator().Index())); in ScanString() 245 str.Append(LEX_CHAR_LF); in ScanString() 252 str.Append(SourceView(escapeEnd, Iterator().Index())); in ScanString() 289 str.Append(SourceView(escapeEnd, Iterator().Index())); in ScanString()
|
D | lexer.cpp | 477 templateStr.str.Append(LEX_CHAR_LF); in ScanTemplateString() 486 templateStr.str.Append(cp); in ScanTemplateString() 487 templateStr.str.Append(nextCp); in ScanTemplateString() 506 templateStr.str.Append(cp); in ScanTemplateString() 514 templateStr.str.Append(cp); in ScanTemplateString() 581 str->Append(ScanHexEscape<2>()); in ScanStringUnicodePart() 586 str->Append(cp); in ScanStringUnicodePart() 616 str->Append(cp); in ScanStringUnicodePart()
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | ramdaToolsNoInfinite.ts | 99 type Append<E, T extends any[]> = 112 ? Tools.Append<T2[Tools.Pos<I>], TN>
|
D | ramdaToolsNoInfinite2.ts | 288 …export type Append<L extends List, A extends any> = L extends unknown ? A extends unknown ? _Appen… alias
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | json_builder.h | 59 void Append(T &&value) in Append() function 134 Append(":"); in AddProperty()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_finalization_registry.cpp | 27 JSHandle<CellRecordVector> CellRecordVector::Append(const JSThread *thread, const JSHandle<CellReco… in Append() function in panda::ecmascript::CellRecordVector 69 array = CellRecordVector::Append(thread, array, cell); in Register() 75 noUnregister = CellRecordVector::Append(thread, noUnregister, cell); in Register()
|
D | js_finalization_registry.h | 70 …static JSHandle<CellRecordVector> Append(const JSThread *thread, const JSHandle<CellRecordVector> …
|
D | weak_vector.h | 40 static JSHandle<WeakVector> Append(const JSThread *thread, const JSHandle<WeakVector> &vec,
|
D | tagged_array.h | 45 …static inline JSHandle<TaggedArray> Append(const JSThread *thread, const JSHandle<TaggedArray> &fi…
|
D | weak_vector.cpp | 61 JSHandle<WeakVector> WeakVector::Append(const JSThread *thread, const JSHandle<WeakVector> &vec, in Append() function in panda::ecmascript::WeakVector
|
D | tagged_array-inl.h | 80 JSHandle<TaggedArray> TaggedArray::Append(const JSThread *thread, const JSHandle<TaggedArray> &firs… in Append() function
|
D | subtyping_operator.cpp | 200 JSHandle<WeakVector> newSupers = WeakVector::Append(thread, supersHandle, in AddSuper()
|
/arkcompiler/ets_frontend/es2panda/util/ |
D | ustring.h | 289 void Append(char32_t ch) noexcept in Append() function 298 void Append(const StringView &other) noexcept in Append() function 307 void Append(const char *other) noexcept in Append() function
|
/arkcompiler/runtime_core/libpandabase/os/ |
D | stacktrace.cpp | 264 void Append(uintptr_t pc) in Append() function in panda::Buf 295 buf->Append(pc); in FrameHandler()
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/ |
D | RightMenu.js | 39 static Append(detail) { method in RightMenu
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_namespace.cpp | 127 JSHandle<TaggedArray> result = TaggedArray::Append(thread, exportsArray, symbolKeys); in OwnPropertyKeys() 146 JSHandle<TaggedArray> result = TaggedArray::Append(thread, exportsArray, symbolKeys); in OwnEnumPropertyKeys()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_finalization_registry_test.cpp | 120 expectNoUnregister = CellRecordVector::Append(thread, expectNoUnregister, cell); in HWTEST_F_L0() 154 array = CellRecordVector::Append(thread, array, cell); in HWTEST_F_L0() 458 noUnregister = CellRecordVector::Append(thread, noUnregister, cell); in HWTEST_F_L0()
|
D | tagged_array_test.cpp | 94 HWTEST_F_L0(TaggedArrayTest, Append) in HWTEST_F_L0() argument 112 JSHandle<TaggedArray> appendArray = TaggedArray::Append(thread, taggedArray1, taggedArray2); in HWTEST_F_L0()
|
/arkcompiler/ets_frontend/es2panda/lexer/regexp/ |
D | regexp.cpp | 852 ident.Append(cp); in ParseIdent() 876 ident.Append(cp); in ParseIdent()
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
D | string_helper_test.cpp | 220 std::u16string u16Result = StringHelper::Append(str1, str2); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/compiler/docs/ |
D | ir_builder.md | 138 // Append instruction to the IR
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | string_helper.h | 232 static inline std::u16string Append(const std::u16string &str1, const std::u16string &str2) in Append() function
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | inst.cpp | 101 unsigned DynamicOperands::Append(Inst *inst) in Append() function in panda::compiler::DynamicOperands
|