Home
last modified time | relevance | path

Searched defs:toStringMethod (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp407 auto const toStringMethod = CreateEnumToStringMethod(stringValuesArrayIdent, enumType); in CreateETSEnumType() local
457 auto const toStringMethod = CreateEnumToStringMethod(stringValuesArrayIdent, enumType); in CreateETSStringEnumType() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp567 auto toStringMethod = env->Getp_method(errorKlass, "toString", ":Lstd/core/String;"); in ErrorDescribe() local