Home
last modified time | relevance | path

Searched defs:regexpObject (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp47 JSHandle<JSTaggedValue> regexpObject(thread, result); in HWTEST_F_L0() local
82 JSHandle<JSTaggedValue> regexpObject(thread, result2); in HWTEST_F_L0() local
117 JSHandle<JSTaggedValue> regexpObject(thread, result2); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp126 void SetFlags(EtsObject *regexpObject, EtsString *checkStr) in SetFlags()
141 void SetGroupNames(EtsObject *regexpObject, const RegExpParser &parser) in SetGroupNames()