Searched defs:regexp (Results 1 – 5 of 5) sorted by relevance
| /ark/js_runtime/ecmascript/builtins/tests/ |
| D | builtins_regexp_test.cpp | 69 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
|
| D | builtins_string_test.cpp | 66 JSHandle<JSFunction> regexp(env->GetRegExpFunction()); in CreateRegExpObjByPatternAndFlags() local
|
| /ark/js_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 486 JSTaggedValue BuiltinsRegExp::RegExpReplaceFast(JSThread *thread, JSHandle<JSTaggedValue> ®exp, in RegExpReplaceFast() 1141 …cutor::MatchResult BuiltinsRegExp::Matcher(JSThread *thread, const JSHandle<JSTaggedValue> ®exp, in Matcher() 1217 …gedValue BuiltinsRegExp::RegExpBuiltinExec(JSThread *thread, const JSHandle<JSTaggedValue> ®exp, in RegExpBuiltinExec() 1344 JSTaggedValue BuiltinsRegExp::RegExpExec(JSThread *thread, const JSHandle<JSTaggedValue> ®exp, in RegExpExec() 1537 JSHandle<JSRegExp> regexp(thread, JSRegExp::Cast(obj->GetTaggedObject())); in RegExpInitialize() local 1616 const JSHandle<JSTaggedValue> ®exp) in FindCachedResult()
|
| D | builtins_string.cpp | 627 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/ |
| D | object_factory.cpp | 233 void ObjectFactory::NewJSRegExpByteCodeData(const JSHandle<JSRegExp> ®exp, void *buffer, size_t … in NewJSRegExpByteCodeData()
|