Home
last modified time | relevance | path

Searched defs:regexp (Results 1 – 14 of 14) 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/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp127 VMHandle<EtsObject> regexp(coroutine, regexpObject->GetCoreType()); in SetFlags() local
142 VMHandle<EtsObject> regexp(coroutine, regexpObject->GetCoreType()); in SetBuffer() local
159 VMHandle<EtsObject> regexp(coroutine, regexpObject->GetCoreType()); in SetGroupNames() local
183 VMHandle<EtsObject> regexp(coroutine, regexpObj->GetCoreType()); in EscompatRegExpCompile() local
273 VMHandle<EtsObject> regexp(coroutine, regexpObj->GetCoreType()); in Execute() local
389 void SetLastIndexField(EtsObject *regexp, EtsField *lastIndexField, bool global, bool sticky, EtsDo… in SetLastIndexField()
404 VMHandle<EtsObject> regexp(coroutine, obj->GetCoreType()); in EscompatRegExpExec() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp202 bool BuiltinsRegExp::IsFastRegExp(JSThread *thread, JSTaggedValue regexp, in IsFastRegExp()
254 JSTaggedValue BuiltinsRegExp::RegExpTestFast(JSThread *thread, JSHandle<JSTaggedValue> regexp, in RegExpTestFast()
331 JSHandle<JSRegExp> regexp(thread, JSRegExp::Cast(thisObj->GetTaggedObject())); in ToString() local
607 JSTaggedValue BuiltinsRegExp::RegExpMatch(JSThread *thread, const JSHandle<JSTaggedValue> regexp, in RegExpMatch()
755 JSTaggedValue BuiltinsRegExp::RegExpMatchAll(JSThread *thread, const JSHandle<JSTaggedValue> regexp, in RegExpMatchAll()
827 JSTaggedValue BuiltinsRegExp::RegExpReplaceFast(JSThread *thread, JSHandle<JSTaggedValue> regexp, in RegExpReplaceFast()
876 JSTaggedValue BuiltinsRegExp::GetLastIndex(JSThread *thread, JSHandle<JSTaggedValue> regexp, in GetLastIndex()
918 JSTaggedValue BuiltinsRegExp::MatchAndReplace(JSThread *thread, JSHandle<JSTaggedValue> regexp, in MatchAndReplace()
1356 const JSHandle<JSTaggedValue> regexp, in RegExpSearch()
1396 const JSHandle<JSTaggedValue> regexp, in RegExpSearchFast()
[all …]
Dbuiltins_string.cpp605 JSHandle<JSTaggedValue> regexp = BuiltinsString::GetCallArg(argv, 0); in Match() local
646 JSHandle<JSTaggedValue> regexp = BuiltinsString::GetCallArg(argv, 0); in MatchAll() local
1500 JSHandle<JSTaggedValue> regexp = BuiltinsString::GetCallArg(argv, 0); in Search() local
/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp52 JSHandle<JSTaggedValue> regexp(thread, jsIterator->GetIteratingRegExp()); in Next() local
Dobject_factory.cpp435 void ObjectFactory::NewJSRegExpByteCodeData(const JSHandle<JSRegExp> &regexp, void *buffer, size_t … in NewJSRegExpByteCodeData()
/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.cpp97 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.cpp1022 auto regexp = lexer_->ScanRegExp(); in ParseRegularExpression() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp952 Local<JSValueRef> regexp = JSNApiHelper::ToLocal<JSRegExp>(argumentTag); in HWTEST_F_L0() local