Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp29 void Gate::CheckFailed(std::string errorString, size_t highlightIdx) const in CheckFailed()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp570 auto errorString = env->CallObjectMethod(error, toStringMethod); in ErrorDescribe() local