Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp175 compiler::LiteralBuffer *literalBuf = prop->IsStatic() ? &staticBuf : buf; in CreateClassPublicBuffer() local
238 …compiler::LiteralBuffer *literalBuf = methodDef->IsStatic() ? &staticBuf : (instancePropertyCount+… in CreateClassPrivateBuffer() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp162 compiler::LiteralBuffer &literalBuf = prop->IsStatic() ? staticBuf : buf; in CreateClassStaticProperties() local