Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Decma_context_test.cpp71 JSHandle<EcmaString> regexp = factory->NewFromASCII("\\g"); in HWTEST_F_L0() local
Djs_regexp_iterator_test.cpp58 JSHandle<JSFunction> regexp(env->GetRegExpFunction()); in CreateJSRegexpByPatternAndFlags() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp67 JSHandle<JSFunction> regexp(env->GetRegExpFunction()); in CreateBuiltinsRegExpObjByPatternAndFlags() local
112 JSHandle<JSFunction> regexp(env->GetRegExpFunction()); in HWTEST_F_L0() local
147 JSHandle<JSFunction> regexp(env->GetRegExpFunction()); in HWTEST_F_L0() local
330 JSHandle<JSTaggedValue> regexp = JSHandle<JSTaggedValue>::Cast(value); in HWTEST_F_L0() local
388 JSHandle<JSTaggedValue> regexp = JSHandle<JSTaggedValue>::Cast(value); in HWTEST_F_L0() local
Dbuiltins_string_test.cpp76 JSHandle<JSFunction> regexp(env->GetRegExpFunction()); in CreateBuiltinsStringRegExpObjByPatternAndFlags() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp587 JSTaggedValue BuiltinsRegExp::RegExpReplaceFast(JSThread *thread, JSHandle<JSTaggedValue> &regexp, in RegExpReplaceFast()
1324 …cutor::MatchResult BuiltinsRegExp::Matcher(JSThread *thread, const JSHandle<JSTaggedValue> &regexp, in Matcher()
1401 …gedValue BuiltinsRegExp::RegExpBuiltinExec(JSThread *thread, const JSHandle<JSTaggedValue> &regexp, in RegExpBuiltinExec()
1548 JSTaggedValue BuiltinsRegExp::RegExpExec(JSThread *thread, const JSHandle<JSTaggedValue> &regexp, in RegExpExec()
1769 JSHandle<JSRegExp> regexp(thread, JSRegExp::Cast(obj->GetTaggedObject())); in RegExpInitialize() local
1857const JSHandle<JSTaggedValue> &regexp, JSTaggedValue extend) in FindCachedResult()
Dbuiltins_string.cpp599 JSHandle<JSTaggedValue> regexp = BuiltinsString::GetCallArg(argv, 0); in Match() local
648 JSHandle<JSTaggedValue> regexp = BuiltinsString::GetCallArg(argv, 0); in MatchAll() local
1282 JSHandle<JSTaggedValue> regexp = BuiltinsString::GetCallArg(argv, 0); in Search() local
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp1060 auto regexp = lexer_->ScanRegExp(); in ParsePrimaryExpression() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp365 void ObjectFactory::NewJSRegExpByteCodeData(const JSHandle<JSRegExp> &regexp, void *buffer, size_t … in NewJSRegExpByteCodeData()