Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.h270 void CheckFailed(std::string errorString, size_t highlightIdx) const;
Dgate.cpp31 void Gate::CheckFailed(std::string errorString, size_t highlightIdx) const in CheckFailed() argument
35 LOG_COMPILER(FATAL) << "Note: " << errorString; 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
581 env->CallVoidMethod(consoleObj, printlnMethod, errorString); in ErrorDescribe()