Home
last modified time | relevance | path

Searched refs:GetErrorMsg (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h143 inline CString GetErrorMsg() const in GetErrorMsg() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1764 factory->GetJSError(base::ErrorType::SYNTAX_ERROR, parser.GetErrorMsg().c_str()); in RegExpInitialize()