Searched refs:propBuf (Results 1 – 1 of 1) sorted by relevance
221 auto propBuf = tempLiteralBuffer[i]; in FillInLiteralBuffer() local222 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() local323 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()