| /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 | 205 bool BuiltinsRegExp::IsFastRegExp(JSThread *thread, JSHandle<JSTaggedValue> regexp, in IsFastRegExp() 256 JSTaggedValue BuiltinsRegExp::RegExpTestFast(JSThread *thread, JSHandle<JSTaggedValue> regexp, in RegExpTestFast() 333 JSHandle<JSRegExp> regexp(thread, JSRegExp::Cast(thisObj->GetTaggedObject())); in ToString() local 609 JSTaggedValue BuiltinsRegExp::RegExpMatch(JSThread *thread, const JSHandle<JSTaggedValue> regexp, in RegExpMatch() 757 JSTaggedValue BuiltinsRegExp::RegExpMatchAll(JSThread *thread, const JSHandle<JSTaggedValue> regexp, in RegExpMatchAll() 829 JSTaggedValue BuiltinsRegExp::RegExpReplaceFast(JSThread *thread, JSHandle<JSTaggedValue> regexp, in RegExpReplaceFast() 878 JSTaggedValue BuiltinsRegExp::GetLastIndex(JSThread *thread, JSHandle<JSTaggedValue> regexp, in GetLastIndex() 920 JSTaggedValue BuiltinsRegExp::MatchAndReplace(JSThread *thread, JSHandle<JSTaggedValue> regexp, in MatchAndReplace() 1362 const JSHandle<JSTaggedValue> regexp, in RegExpSearch() 1402 const JSHandle<JSTaggedValue> regexp, in RegExpSearchFast() [all …]
|
| D | builtins_string.cpp | 610 JSHandle<JSTaggedValue> regexp = BuiltinsString::GetCallArg(argv, 0); in Match() local 652 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/tests/ |
| D | ecma_context_test.cpp | 50 JSHandle<EcmaString> regexp = factory->NewFromASCII("\\g"); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_regexp_iterator.cpp | 52 JSHandle<JSTaggedValue> regexp(thread, jsIterator->GetIteratingRegExp()); in Next() local
|
| D | object_factory.cpp | 436 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 | 24 let regexp = /[]/; variable
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | expressionParser.cpp | 951 auto regexp = lexer_->ScanRegExp(); in ParseRegularExpression() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | expressionParser.cpp | 1094 auto regexp = lexer_->ScanRegExp(); in ParsePrimaryExpression() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_second_tests.cpp | 941 Local<JSValueRef> regexp = JSNApiHelper::ToLocal<JSRegExp>(argumentTag); in HWTEST_F_L0() local
|