Home
last modified time | relevance | path

Searched refs:Append (Results 1 – 25 of 30) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/binder/
DtsBinding.h32 Append(name);
/arkcompiler/ets_frontend/es2panda/lexer/
DkeywordsUtil.cpp216 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()
Dlexer.h234 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()
Dlexer.cpp477 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/
DramdaToolsNoInfinite.ts99 type Append<E, T extends any[]> =
112 ? Tools.Append<T2[Tools.Pos<I>], TN>
DramdaToolsNoInfinite2.ts288 …export type Append<L extends List, A extends any> = L extends unknown ? A extends unknown ? _Appen… alias
/arkcompiler/runtime_core/libpandabase/utils/
Djson_builder.h59 void Append(T &&value) in Append() function
134 Append(":"); in AddProperty()
/arkcompiler/ets_runtime/ecmascript/
Djs_finalization_registry.cpp27 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()
Djs_finalization_registry.h70 …static JSHandle<CellRecordVector> Append(const JSThread *thread, const JSHandle<CellRecordVector> …
Dweak_vector.h40 static JSHandle<WeakVector> Append(const JSThread *thread, const JSHandle<WeakVector> &vec,
Dtagged_array.h45 …static inline JSHandle<TaggedArray> Append(const JSThread *thread, const JSHandle<TaggedArray> &fi…
Dweak_vector.cpp61 JSHandle<WeakVector> WeakVector::Append(const JSThread *thread, const JSHandle<WeakVector> &vec, in Append() function in panda::ecmascript::WeakVector
Dtagged_array-inl.h80 JSHandle<TaggedArray> TaggedArray::Append(const JSThread *thread, const JSHandle<TaggedArray> &firs… in Append() function
Dsubtyping_operator.cpp200 JSHandle<WeakVector> newSupers = WeakVector::Append(thread, supersHandle, in AddSuper()
/arkcompiler/ets_frontend/es2panda/util/
Dustring.h289 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/
Dstacktrace.cpp264 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/
DRightMenu.js39 static Append(detail) { method in RightMenu
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp127 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/
Djs_finalization_registry_test.cpp120 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()
Dtagged_array_test.cpp94 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/
Dregexp.cpp852 ident.Append(cp); in ParseIdent()
876 ident.Append(cp); in ParseIdent()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dstring_helper_test.cpp220 std::u16string u16Result = StringHelper::Append(str1, str2); in HWTEST_F_L0()
/arkcompiler/runtime_core/compiler/docs/
Dir_builder.md138 // Append instruction to the IR
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h232 static inline std::u16string Append(const std::u16string &str1, const std::u16string &str2) in Append() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp101 unsigned DynamicOperands::Append(Inst *inst) in Append() function in panda::compiler::DynamicOperands

12