Home
last modified time | relevance | path

Searched defs:propIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dvtable.cpp21 const JSHandle<JSTaggedValue> &owner, uint32_t propIndex) in CreateTuple()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp235 size_t propIndex) in CreateLiteral()
290 size_t propIndex = i; in CompileStaticProperties() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.cpp449 uint16_t propIndex = acc_.GetConstantValue(constData); in InitPropAndCheck() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp820 …compiler::Literal CreateLiteral(const ir::Property *prop, util::BitSet *compiled, size_t propIndex) in CreateLiteral()