Home
last modified time | relevance | path

Searched refs:INIT (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
Dproperty.h33 enum class PropertyKind { INIT, GET, SET, PROTO }; enumerator
39 kind_(PropertyKind::INIT), in Property()
Dproperty.cpp101 case PropertyKind::INIT: { in Dump()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp248 if (prop->Kind() != ir::PropertyKind::INIT) { in CreateLiteral()
389 case ir::PropertyKind::INIT: { in CompileRemainingProperties()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp2122 ir::PropertyKind propertyKind = ir::PropertyKind::INIT; in ParsePropertyDefinition()
2149 propertyKind = ir::PropertyKind::INIT; in ParsePropertyDefinition()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js62755 t[t.INIT = 0] = "INIT";
62904 this._state = c3.INIT;
63029 this._state = c3.INIT;
63127 return this._player ? this._player.state : c3.INIT;
63493 return this._player ? this._player.state : c3.INIT;