Home
last modified time | relevance | path

Searched refs:propNameStr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
Djs_interop_inst_builder.cpp89 auto propNameStr = GetGraph()->GetRuntime()->GetFuncPropName(method, strId); in BuildResolveInteropCallIntrinsic() local
90 propName = GetGraph()->CreateInstLoadImmediate(DataType::POINTER, pc, propNameStr, in BuildResolveInteropCallIntrinsic()
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.cpp307 const util::StringView &propNameStr = lexer_->GetToken().Ident(); in ValidateClassKey() local
309 if (propNameStr.Is("constructor")) { in ValidateClassKey()
333 } else if (propNameStr.Is("prototype") && (desc->modifiers & ir::ModifierFlags::STATIC) != 0) { in ValidateClassKey()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2300 const util::StringView &propNameStr = lexer_->GetToken().Ident(); in ValidateClassKey() local
2302 if (propNameStr.Is("constructor")) { in ValidateClassKey()
2321 …} else if (!isDeclare && propNameStr.Is("prototype") && (desc->modifiers & ir::ModifierFlags::STAT… in ValidateClassKey()