Searched defs:jsRegExp (Results 1 – 7 of 7) sorted by relevance
55 JSTaggedValue jsRegExp = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern, flags); in HWTEST_F_L0() local
783 JSHandle<JSTaggedValue> jsRegExp(NewJSRegExp(thread, factory, proto)); in HWTEST_F_L0() local
482 void ValueSerializer::SerializeJSRegExpPrologue(JSRegExp *jsRegExp) in SerializeJSRegExpPrologue()
251 JSRegExp *jsRegExp = reinterpret_cast<JSRegExp *>(objAddr); in ResetNativePointerBuffer() local
1089 JSHandle<JSRegExp> jsRegExp = JSHandle<JSRegExp>::Cast(factory->NewJSObject(jsRegExpClass)); in HWTEST_F_L0() local
510 JSHandle<JSTaggedValue> jsRegExp(NewObject(JSRegExp::SIZE, JSType::JS_REG_EXP, proto)); in NewJSRegExpIterator() local
779 JSHandle<JSRegExp> jsRegExp = JSHandle<JSRegExp>::Cast(regexp); in RegExpMatchAll() local