Home
last modified time | relevance | path

Searched defs:litId (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1596 util::UString litId(idxStr, allocator_); in CreateObjectWithBuffer() local
1627 util::UString litId(idxStr, allocator_); in CreateArrayWithBuffer() local
1784 util::UString litId(idxStr, allocator_); in DefineClassWithBuffer() local
1793 util::UString litId(idxStr, allocator_); in DefineSendableClass() local
2077 util::UString litId(idxStr, allocator_); in NewLexEnvWithScopeInfo() local
2281 util::UString litId(idxStr, allocator_); in CreatePrivateProperty() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp742 … auto litId = std::string(context->Binder()->Program()->RecordName()) + "_" + std::to_string(idx); in AddFunction() local