Home
last modified time | relevance | path

Searched refs:JS_REG_EXP (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/publicapilocalregexpref_fuzzer/
Dpublicapilocalregexpref_fuzzer.cpp40 …JSHandle<JSHClass> jSRegExpClass = factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, prot… in LocalRegExpGetOriginalSourceFuzzTest()
66 …JSHandle<JSHClass> jSRegExpClass = factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, prot… in LocalRegExpRefGetOriginalFlagsFuzzTest()
111 …JSHandle<JSHClass> jSRegExpClass = factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, prot… in LocalRegExpIsIgnoreCaseFuzzTest()
132 …JSHandle<JSHClass> jSRegExpClass = factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, prot… in LocalRegExpIsMultilineFuzzTest()
153 …JSHandle<JSHClass> jSRegExpClass = factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, prot… in LocalRegExpIsDotAllFuzzTest()
174 …JSHandle<JSHClass> jSRegExpClass = factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, prot… in LocalRegExpIsUtf16FuzzTest()
195 …JSHandle<JSHClass> jSRegExpClass = factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, prot… in LocalRegExpIsSticklFuzzTest()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp45 case JSType::JS_REG_EXP: in CheckObjectCanSerialize()
187 case JSType::JS_REG_EXP: in SerializeObjectImpl()
367 data_->WriteEncodeFlag(EncodeFlag::JS_REG_EXP); in SerializeJSRegExpPrologue()
Dserialize_data.h44 JS_REG_EXP, enumerator
Dbase_deserializer.cpp357 case (uint8_t)EncodeFlag::JS_REG_EXP: { in ReadSingleEncodeData()
480 case (uint8_t)JSType::JS_REG_EXP: in RelocateObjectProtoAddr()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/
Djsvaluerefiscontainer_fuzzer.cpp84 …JSHandle<JSHClass> jSRegExpClass = factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, prot… in JSValueRefIsRegExpFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.h61 JS_REG_EXP, enumerator
Djs_serializer.cpp306 case JSType::JS_REG_EXP: in WriteTaggedObject()
697 if (!WriteType(SerializationUID::JS_REG_EXP)) { in WriteJSRegExp()
1164 case SerializationUID::JS_REG_EXP: in DeserializeJSTaggedValue()
Djs_hclass.h113JS_REG_EXP, /* //////////////////////////////////////////////////////////////////////////////////…
933 return GetObjectType() == JSType::JS_REG_EXP; in IsJSRegExp()
Dobject_operator.cpp230 case JSType::JS_REG_EXP: { in UpdateDetectorOnSetPrototype()
Ddump.cpp196 case JSType::JS_REG_EXP: in DumpJSType()
804 case JSType::JS_REG_EXP: in DumpObject()
4010 case JSType::JS_REG_EXP: in DumpObject()
Dobject_factory.cpp737 JSHandle<JSHClass> regexpClass = NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, proto); in CreateJSRegExpInstanceClass()
1168 case JSType::JS_REG_EXP: in InitializeJSObject()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp311 factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, proto); in NewJSRegExp()
579 case JSType::JS_REG_EXP: { in HWTEST_F_L0()
581 NEW_OBJECT_AND_DUMP(JSRegExp, JS_REG_EXP); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp313 case JSType::JS_REG_EXP: in GenerateNodeName()
623 } else if (type == JSType::JS_REG_EXP) { in GenerateNodeType()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h251 case JSType::JS_REG_EXP: in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp937 …JSHandle<JSHClass> jSRegExpClass = factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, prot… in HWTEST_F_L0()
Dffi_workload.cpp1986 …JSHandle<JSHClass> jSRegExpClass = factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, prot… in HWTEST_F_L0()
2011 …JSHandle<JSHClass> jSRegExpClass = factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, prot… in HWTEST_F_L0()
2054 …JSHandle<JSHClass> jSRegExpClass = factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, prot… in HWTEST_F_L0()
2074 …JSHandle<JSHClass> jSRegExpClass = factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, prot… in HWTEST_F_L0()
2094 …JSHandle<JSHClass> jSRegExpClass = factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, prot… in HWTEST_F_L0()
2114 …JSHandle<JSHClass> jSRegExpClass = factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, prot… in HWTEST_F_L0()
2134 …JSHandle<JSHClass> jSRegExpClass = factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, prot… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1366 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_REG_EXP))); in IsJSRegExp()