Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp66 uint32_t CastToBitMask(EtsString *checkStr) in CastToBitMask()
126 void SetFlags(EtsObject *regexpObject, EtsString *checkStr) in SetFlags()
/arkcompiler/runtime_core/static_core/runtime/tests/
Drunslots_allocator_test.cpp241 auto checkStr = [](const char *str, char c, size_t size) { in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2323 uint32_t BuiltinsRegExp::UpdateExpressionFlags(JSThread *thread, const CString &checkStr) in UpdateExpressionFlags()
2441 … CString checkStr = ConvertToString(thread, *flagsStrHandle, StringConvertedUsage::LOGICOPERATION); in RegExpInitialize() local