Home
last modified time | relevance | path

Searched defs:jsRegExp (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_regexp_iterator_test.cpp55 JSTaggedValue jsRegExp = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern, flags); in HWTEST_F_L0() local
Ddump_test.cpp776 JSHandle<JSTaggedValue> jsRegExp(NewJSRegExp(thread, factory, proto)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp430 void ValueSerializer::SerializeJSRegExpPrologue(JSRegExp *jsRegExp) in SerializeJSRegExpPrologue()
Dbase_deserializer.cpp241 JSRegExp *jsRegExp = reinterpret_cast<JSRegExp *>(objAddr); in ResetNativePointerBuffer() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp315 JSHandle<JSTaggedValue> jsRegExp(NewObject(JSRegExp::SIZE, JSType::JS_REG_EXP, proto)); in NewJSRegExpIterator() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp762 JSHandle<JSRegExp> jsRegExp = JSHandle<JSRegExp>::Cast(regexp); in RegExpMatchAll() local