Home
last modified time | relevance | path

Searched refs:propBuf (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp221 auto propBuf = tempLiteralBuffer[i]; in FillInLiteralBuffer() local
222 for (size_t j = 0; j < propBuf.size(); j++) { in FillInLiteralBuffer()
223 buf->Add(propBuf[j]); in FillInLiteralBuffer()
297 std::vector<const Literal *> propBuf; in CompileStaticProperties() local
323 propBuf.push_back(pg->Allocator()->New<StringLiteral>(name)); in CompileStaticProperties()
324 propBuf.push_back(CreateLiteral(pg, prop, compiled, i)); in CompileStaticProperties()
331 propBuf.push_back(methodAffiliate); in CompileStaticProperties()
334 tempLiteralBuffer[propIndex] = propBuf; in CompileStaticProperties()