| /arkcompiler/ets_runtime/test/moduletest/propertydetector/ |
| D | propertydetector.js | 32 let regexp = /([0-9])([a-z])/g variable
|
| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| D | builtinsregexp.js | 69 var regexp = /(\d+)/g variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_RegExp.cpp | 127 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/ |
| D | builtins_regexp.cpp | 202 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 …]
|
| D | builtins_string.cpp | 605 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/ |
| D | js_regexp_iterator.cpp | 52 JSHandle<JSTaggedValue> regexp(thread, jsIterator->GetIteratingRegExp()); in Next() local
|
| D | object_factory.cpp | 435 void ObjectFactory::NewJSRegExpByteCodeData(const JSHandle<JSRegExp> ®exp, void *buffer, size_t … in NewJSRegExpByteCodeData()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_regexp_test.cpp | 67 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
|
| D | builtins_string_test.cpp | 43 JSHandle<JSFunction> regexp(env->GetRegExpFunction()); in CreateBuiltinsStringRegExpObjByPatternAndFlags() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/ |
| D | jsvaluerefiscontainer_fuzzer.cpp | 97 Local<JSValueRef> regexp = JSNApiHelper::ToLocal<JSRegExp>(argumentTag); in JSValueRefIsRegExpFuzzTest() local
|
| /arkcompiler/ets_runtime/test/moduletest/regexp/ |
| D | regexp.js | 38 let regexp = /[]/; variable
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | expressionParser.cpp | 1075 auto regexp = lexer_->ScanRegExp(); in ParsePrimaryExpression() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | expressionParser.cpp | 1022 auto regexp = lexer_->ScanRegExp(); in ParseRegularExpression() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_second_tests.cpp | 952 Local<JSValueRef> regexp = JSNApiHelper::ToLocal<JSRegExp>(argumentTag); in HWTEST_F_L0() local
|