Searched refs:pname (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/interpreter/ |
H A D | runtime_interface.cpp | 37 PandaString pname(name.cbegin(), name.cend()); in CreateObject() 38 ark::ThrowInstantiationError(pname); in CreateObject()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
H A D | std_core_Type.cpp | 463 auto pname = EtsString::CreateFromUtf8(name.data(), name.size()); in CreateParameter() local 464 VMHandle<EtsString> pnameHandle(coroutine, pname->GetCoreType()); in CreateParameter()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSCompiler.cpp | 1146 util::StringView pname; in Compile() local 1148 pname = key->AsStringLiteral()->Str(); in Compile() 1150 pname = key->AsIdentifier()->Name(); in Compile() 1158 etsg->StorePropertyDynamic(expr, value->TsType(), objReg, pname); in Compile() 1160 etsg->StoreProperty(expr, key->TsType(), objReg, pname); in Compile()
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | ETSAnalyzer.cpp | 1525 util::StringView pname; in CheckObjectExprProps() local 1527 pname = key->AsStringLiteral()->Str(); in CheckObjectExprProps() 1529 pname = key->AsIdentifier()->Name(); in CheckObjectExprProps() 1535 varbinder::LocalVariable *lv = objType->GetProperty(pname, searchFlags); in CheckObjectExprProps() 1537 checker->LogTypeError({"type ", objType->Name(), " has no property named ", pname}, propExpr->Start()); in CheckObjectExprProps() 1560 {"Type '", sourceType, "' is not compatible with type '", targetType, "' at property '", pname, "'"}); in CheckObjectExprProps()
|
/arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
H A D | entrypoints.cpp | 1017 PandaString pname(name.cbegin(), name.cend()); in ThrowInstantiationErrorEntrypoint() 1018 ThrowInstantiationError(pname); in ThrowInstantiationErrorEntrypoint()
|
Completed in 13 milliseconds