/arkcompiler/ets_runtime/test/fuzztest/publicapilocalregexpref_fuzzer/ |
D | publicapilocalregexpref_fuzzer.cpp | 40 …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/ |
D | value_serializer.cpp | 45 case JSType::JS_REG_EXP: in CheckObjectCanSerialize() 187 case JSType::JS_REG_EXP: in SerializeObjectImpl() 367 data_->WriteEncodeFlag(EncodeFlag::JS_REG_EXP); in SerializeJSRegExpPrologue()
|
D | serialize_data.h | 44 JS_REG_EXP, enumerator
|
D | base_deserializer.cpp | 357 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/ |
D | jsvaluerefiscontainer_fuzzer.cpp | 84 …JSHandle<JSHClass> jSRegExpClass = factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, prot… in JSValueRefIsRegExpFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_serializer.h | 61 JS_REG_EXP, enumerator
|
D | js_serializer.cpp | 306 case JSType::JS_REG_EXP: in WriteTaggedObject() 697 if (!WriteType(SerializationUID::JS_REG_EXP)) { in WriteJSRegExp() 1164 case SerializationUID::JS_REG_EXP: in DeserializeJSTaggedValue()
|
D | js_hclass.h | 113 …JS_REG_EXP, /* //////////////////////////////////////////////////////////////////////////////////… 933 return GetObjectType() == JSType::JS_REG_EXP; in IsJSRegExp()
|
D | object_operator.cpp | 230 case JSType::JS_REG_EXP: { in UpdateDetectorOnSetPrototype()
|
D | dump.cpp | 196 case JSType::JS_REG_EXP: in DumpJSType() 804 case JSType::JS_REG_EXP: in DumpObject() 4010 case JSType::JS_REG_EXP: in DumpObject()
|
D | object_factory.cpp | 737 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/ |
D | dump_test.cpp | 311 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/ |
D | heap_snapshot.cpp | 313 case JSType::JS_REG_EXP: in GenerateNodeName() 623 } else if (type == JSType::JS_REG_EXP) { in GenerateNodeType()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | object_xray.h | 251 case JSType::JS_REG_EXP: in VisitObjectBody()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_second_tests.cpp | 937 …JSHandle<JSHClass> jSRegExpClass = factory->NewEcmaHClass(JSRegExp::SIZE, JSType::JS_REG_EXP, prot… in HWTEST_F_L0()
|
D | ffi_workload.cpp | 1986 …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/ |
D | stub_builder-inl.h | 1366 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_REG_EXP))); in IsJSRegExp()
|