Home
last modified time | relevance | path

Searched defs:jsRegExp (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_regexp_iterator_test.cpp55 JSTaggedValue jsRegExp = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern, flags); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dvalue_serializer.cpp411 void ValueSerializer::SerializeJSRegExpPrologue(JSRegExp *jsRegExp) in SerializeJSRegExpPrologue() argument
H A Dbase_deserializer.cpp239 JSRegExp *jsRegExp = reinterpret_cast<JSRegExp *>(objAddr); in ResetNativePointerBuffer() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp764 JSHandle<JSRegExp> jsRegExp = JSHandle<JSRegExp>::Cast(regexp); in RegExpMatchAll() local

Completed in 9 milliseconds