Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1563 util::UString litId(idxStr, allocator_); in CreateObjectWithBuffer() local
1594 util::UString litId(idxStr, allocator_); in CreateArrayWithBuffer() local
1751 util::UString litId(idxStr, allocator_); in DefineClassWithBuffer() local
1760 util::UString litId(idxStr, allocator_); in DefineSendableClass() local
2031 util::UString litId(idxStr, allocator_); in NewLexEnvWithScopeInfo() local
2235 util::UString litId(idxStr, allocator_); in CreatePrivateProperty() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp413 … auto litId = std::string(context->Binder()->Program()->RecordName()) + "_" + std::to_string(idx); in AddFunction() local