Searched defs:jsRegExp (Results 1 – 6 of 6) sorted by relevance
55 JSTaggedValue jsRegExp = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern, flags); in HWTEST_F_L0() local
776 JSHandle<JSTaggedValue> jsRegExp(NewJSRegExp(thread, factory, proto)); in HWTEST_F_L0() local
430 void ValueSerializer::SerializeJSRegExpPrologue(JSRegExp *jsRegExp) in SerializeJSRegExpPrologue()
241 JSRegExp *jsRegExp = reinterpret_cast<JSRegExp *>(objAddr); in ResetNativePointerBuffer() local
315 JSHandle<JSTaggedValue> jsRegExp(NewObject(JSRegExp::SIZE, JSType::JS_REG_EXP, proto)); in NewJSRegExpIterator() local
762 JSHandle<JSRegExp> jsRegExp = JSHandle<JSRegExp>::Cast(regexp); in RegExpMatchAll() local