Searched defs:regexp (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | ecma_context_test.cpp | 71 JSHandle<EcmaString> regexp = factory->NewFromASCII("\\g"); in HWTEST_F_L0() local
|
D | js_regexp_iterator_test.cpp | 58 JSHandle<JSFunction> regexp(env->GetRegExpFunction()); in CreateJSRegexpByPatternAndFlags() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_regexp_test.cpp | 67 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
|
D | builtins_string_test.cpp | 76 JSHandle<JSFunction> regexp(env->GetRegExpFunction()); in CreateBuiltinsStringRegExpObjByPatternAndFlags() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_regexp.cpp | 587 JSTaggedValue BuiltinsRegExp::RegExpReplaceFast(JSThread *thread, JSHandle<JSTaggedValue> ®exp, in RegExpReplaceFast() 1324 …cutor::MatchResult BuiltinsRegExp::Matcher(JSThread *thread, const JSHandle<JSTaggedValue> ®exp, in Matcher() 1401 …gedValue BuiltinsRegExp::RegExpBuiltinExec(JSThread *thread, const JSHandle<JSTaggedValue> ®exp, in RegExpBuiltinExec() 1548 JSTaggedValue BuiltinsRegExp::RegExpExec(JSThread *thread, const JSHandle<JSTaggedValue> ®exp, in RegExpExec() 1769 JSHandle<JSRegExp> regexp(thread, JSRegExp::Cast(obj->GetTaggedObject())); in RegExpInitialize() local 1857 … const JSHandle<JSTaggedValue> ®exp, JSTaggedValue extend) in FindCachedResult()
|
D | builtins_string.cpp | 599 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/ |
D | expressionParser.cpp | 1060 auto regexp = lexer_->ScanRegExp(); in ParsePrimaryExpression() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_factory.cpp | 365 void ObjectFactory::NewJSRegExpByteCodeData(const JSHandle<JSRegExp> ®exp, void *buffer, size_t … in NewJSRegExpByteCodeData()
|