Home
last modified time | relevance | path

Searched defs:jsRegExp (Results 1 – 7 of 7) 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.cpp783 JSHandle<JSTaggedValue> jsRegExp(NewJSRegExp(thread, factory, proto)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp482 void ValueSerializer::SerializeJSRegExpPrologue(JSRegExp *jsRegExp) in SerializeJSRegExpPrologue()
Dbase_deserializer.cpp251 JSRegExp *jsRegExp = reinterpret_cast<JSRegExp *>(objAddr); in ResetNativePointerBuffer() local
/arkcompiler/toolchain/tooling/dynamic/test/
Dpt_types_test.cpp1089 JSHandle<JSRegExp> jsRegExp = JSHandle<JSRegExp>::Cast(factory->NewJSObject(jsRegExpClass)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp510 JSHandle<JSTaggedValue> jsRegExp(NewObject(JSRegExp::SIZE, JSType::JS_REG_EXP, proto)); in NewJSRegExpIterator() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp779 JSHandle<JSRegExp> jsRegExp = JSHandle<JSRegExp>::Cast(regexp); in RegExpMatchAll() local