Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/propertydetector/
Dpropertydetector.js32 let regexp = /([0-9])([a-z])/g variable
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsregexp.js69 var regexp = /(\d+)/g variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp204 bool BuiltinsRegExp::IsFastRegExp(JSThread *thread, JSTaggedValue regexp, in IsFastRegExp()
255 JSTaggedValue BuiltinsRegExp::RegExpTestFast(JSThread *thread, JSHandle<JSTaggedValue> regexp, in RegExpTestFast()
339 JSHandle<JSRegExp> regexp(thread, JSRegExp::Cast(thisObj->GetTaggedObject())); in ToString() local
616 JSTaggedValue BuiltinsRegExp::RegExpMatch(JSThread *thread, const JSHandle<JSTaggedValue> regexp, in RegExpMatch()
772 JSTaggedValue BuiltinsRegExp::RegExpMatchAll(JSThread *thread, const JSHandle<JSTaggedValue> regexp, in RegExpMatchAll()
844 JSTaggedValue BuiltinsRegExp::RegExpReplaceFast(JSThread *thread, JSHandle<JSTaggedValue> regexp, in RegExpReplaceFast()
901 JSTaggedValue BuiltinsRegExp::GetLastIndex(JSThread *thread, JSHandle<JSTaggedValue> regexp, in GetLastIndex()
943 JSTaggedValue BuiltinsRegExp::MatchAndReplace(JSThread *thread, JSHandle<JSTaggedValue> regexp, in MatchAndReplace()
1399 const JSHandle<JSTaggedValue> regexp, in RegExpSearch()
1441 const JSHandle<JSTaggedValue> regexp, in RegExpSearchFast()
[all …]
Dbuiltins_regexp-inl.h55 const JSHandle<JSTaggedValue> regexp, in FindCachedResult()
Dbuiltins_string.cpp607 JSHandle<JSTaggedValue> regexp = BuiltinsString::GetCallArg(argv, 0); in Match() local
648 JSHandle<JSTaggedValue> regexp = BuiltinsString::GetCallArg(argv, 0); in MatchAll() local
1519 JSHandle<JSTaggedValue> regexp = BuiltinsString::GetCallArg(argv, 0); in Search() local
/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp52 JSHandle<JSTaggedValue> regexp(thread, jsIterator->GetIteratingRegExp(thread)); in Next() local
Dobject_factory.cpp449 void ObjectFactory::NewJSRegExpByteCodeData(const JSHandle<JSRegExp> &regexp, void *buffer, size_t … in NewJSRegExpByteCodeData()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp130 VMHandle<EtsObject> regexp(coroutine, regexpObject->GetCoreType()); in SetFlags() local
145 VMHandle<EtsObject> regexp(coroutine, regexpObject->GetCoreType()); in SetGroupNames() local
170 VMHandle<EtsObject> regexp(coroutine, regexpObj->GetCoreType()); in EscompatRegExpCompile() local
406 void SetLastIndexField(EtsObject *regexp, EtsField *lastIndexField, bool global, bool sticky, EtsDo… in SetLastIndexField()
438 VMHandle<EtsObject> regexp(coroutine, obj->GetCoreType()); in EscompatRegExpExec() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp67 JSHandle<JSFunction> regexp(env->GetRegExpFunction()); in HWTEST_F_L0() local
102 JSHandle<JSFunction> regexp(env->GetRegExpFunction()); in HWTEST_F_L0() local
290 JSHandle<JSTaggedValue> regexp = JSHandle<JSTaggedValue>::Cast(value); in HWTEST_F_L0() local
330 JSHandle<JSTaggedValue> regexp = JSHandle<JSTaggedValue>::Cast(value); in HWTEST_F_L0() local
Dbuiltins_string_test.cpp43 JSHandle<JSFunction> regexp(env->GetRegExpFunction()); in CreateBuiltinsStringRegExpObjByPatternAndFlags() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/
Djsvaluerefiscontainer_fuzzer.cpp101 Local<JSValueRef> regexp = JSNApiHelper::ToLocal<JSRegExp>(argumentTag); in JSValueRefIsRegExpFuzzTest() local
/arkcompiler/ets_runtime/test/moduletest/regexp/
Dregexp.js38 let regexp = /[��]/; variable
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp1075 auto regexp = lexer_->ScanRegExp(); in ParsePrimaryExpression() local
/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionParser.cpp975 auto regexp = lexer_->ScanRegExp(); in ParseRegularExpression() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp961 Local<JSValueRef> regexp = JSNApiHelper::ToLocal<JSRegExp>(argumentTag); in HWTEST_F_L0() local