Home
last modified time | relevance | path

Searched defs:srcStr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dstring_helper_test.cpp232 const std::string srcStr = "Hello\nworld\n!"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h255 static inline std::string GetSpecifiedLine(const std::string &srcStr, int lineNumber) in GetSpecifiedLine()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1792 JSHandle<EcmaString> srcStr(thread, static_cast<EcmaString *>(src->GetTaggedObject())); in EscapeRegExpPattern() local