Home
last modified time | relevance | path

Searched refs:idxStr (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1567 std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_string(idx); in CreateObjectWithBuffer() local
1568 util::UString litId(idxStr, allocator_); in CreateObjectWithBuffer()
1598 std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_string(idx); in CreateArrayWithBuffer() local
1599 util::UString litId(idxStr, allocator_); in CreateArrayWithBuffer()
1755 std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_string(litIdx); in DefineClassWithBuffer() local
1756 util::UString litId(idxStr, allocator_); in DefineClassWithBuffer()
1764 std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_string(litIdx); in DefineSendableClass() local
1765 util::UString litId(idxStr, allocator_); in DefineSendableClass()
2035 std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_string(scopeInfoIdx); in NewLexEnvWithScopeInfo() local
2036 util::UString litId(idxStr, allocator in NewLexEnvWithScopeInfo()
2239 std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_string(bufIdx); CreatePrivateProperty() local
[all...]
/arkcompiler/ets_frontend/es2panda/util/
H A DpatchFix.cpp156 auto idxStr = stringId.substr(recordPrefix.size()); in GetLiteralIdxFromStringId() local
157 return std::atoi(idxStr.c_str()); in GetLiteralIdxFromStringId()

Completed in 5 milliseconds