Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.h90 …void EmitCreateObjectWithBuffer(compiler::PandaGen *pg, compiler::LiteralBuffer *buf, bool hasMeth…
DobjectExpression.cpp228 void ObjectExpression::EmitCreateObjectWithBuffer(compiler::PandaGen *pg, compiler::LiteralBuffer *… in EmitCreateObjectWithBuffer() function in panda::es2panda::ir::ObjectExpression
338 EmitCreateObjectWithBuffer(pg, buf, hasMethod); in CompileStaticProperties()