Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds