Home
last modified time | relevance | path

Searched defs:regexp (Results 1 – 5 of 5) sorted by relevance

/ark/js_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp69 JSHandle<JSFunction> regexp(env->GetRegExpFunction()); in CreateRegExpObjByPatternAndFlags() local
113 JSHandle<JSFunction> regexp(env->GetRegExpFunction()); in HWTEST_F_L0() local
147 JSHandle<JSFunction> regexp(env->GetRegExpFunction()); in HWTEST_F_L0() local
329 JSHandle<JSTaggedValue> regexp = JSHandle<JSTaggedValue>::Cast(value); in HWTEST_F_L0() local
387 JSHandle<JSTaggedValue> regexp = JSHandle<JSTaggedValue>::Cast(value); in HWTEST_F_L0() local
Dbuiltins_string_test.cpp66 JSHandle<JSFunction> regexp(env->GetRegExpFunction()); in CreateRegExpObjByPatternAndFlags() local
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp486 JSTaggedValue BuiltinsRegExp::RegExpReplaceFast(JSThread *thread, JSHandle<JSTaggedValue> &regexp, in RegExpReplaceFast()
1141 …cutor::MatchResult BuiltinsRegExp::Matcher(JSThread *thread, const JSHandle<JSTaggedValue> &regexp, in Matcher()
1217 …gedValue BuiltinsRegExp::RegExpBuiltinExec(JSThread *thread, const JSHandle<JSTaggedValue> &regexp, in RegExpBuiltinExec()
1344 JSTaggedValue BuiltinsRegExp::RegExpExec(JSThread *thread, const JSHandle<JSTaggedValue> &regexp, in RegExpExec()
1537 JSHandle<JSRegExp> regexp(thread, JSRegExp::Cast(obj->GetTaggedObject())); in RegExpInitialize() local
1616 const JSHandle<JSTaggedValue> &regexp) in FindCachedResult()
Dbuiltins_string.cpp627 JSHandle<JSTaggedValue> regexp = BuiltinsString::GetCallArg(argv, 0); in Match() local
1058 JSHandle<JSTaggedValue> regexp = BuiltinsString::GetCallArg(argv, 0); in Search() local
/ark/js_runtime/ecmascript/
Dobject_factory.cpp233 void ObjectFactory::NewJSRegExpByteCodeData(const JSHandle<JSRegExp> &regexp, void *buffer, size_t … in NewJSRegExpByteCodeData()