Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/propertydetector/
Dpropertydetector.js24 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 SetBuffer() local
144 VMHandle<EtsObject> regexp(coroutine, regexpObject->GetCoreType()); in SetGroupNames() local
168 VMHandle<EtsObject> regexp(coroutine, regexpObj->GetCoreType()); in EscompatRegExpCompile() local
251 VMHandle<EtsObject> regexp(coroutine, regexpObj->GetCoreType()); in Execute() local
368 void SetLastIndexField(EtsObject *regexp, EtsField *lastIndexField, bool global, bool sticky, EtsDo… in SetLastIndexField()
383 VMHandle<EtsObject> regexp(coroutine, obj->GetCoreType()); in EscompatRegExpExec() local
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_context_test.cpp71 JSHandle<EcmaString> regexp = factory->NewFromASCII("\\g"); in HWTEST_F_L0() local
Djs_regexp_iterator_test.cpp58 JSHandle<JSFunction> regexp(env->GetRegExpFunction()); in CreateJSRegexpByPatternAndFlags() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp67 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
Dbuiltins_string_test.cpp76 JSHandle<JSFunction> regexp(env->GetRegExpFunction()); in CreateBuiltinsStringRegExpObjByPatternAndFlags() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp214 bool BuiltinsRegExp::IsFastRegExp(JSThread *thread, JSHandle<JSTaggedValue> &regexp) in IsFastRegExp()
240 JSTaggedValue BuiltinsRegExp::RegExpTestFast(JSThread *thread, JSHandle<JSTaggedValue> &regexp, in RegExpTestFast()
741 JSTaggedValue BuiltinsRegExp::RegExpReplaceFast(JSThread *thread, JSHandle<JSTaggedValue> &regexp, in RegExpReplaceFast()
1545 …aggedValue BuiltinsRegExp::RegExpSplitFast(JSThread *thread, const JSHandle<JSTaggedValue> &regexp, in RegExpSplitFast()
1667 bool BuiltinsRegExp::RegExpExecInternal(JSThread *thread, const JSHandle<JSTaggedValue> &regexp, in RegExpExecInternal()
1692 bool BuiltinsRegExp::Matcher(JSThread *thread, const JSHandle<JSTaggedValue> &regexp, in Matcher()
1847 …gedValue BuiltinsRegExp::RegExpBuiltinExec(JSThread *thread, const JSHandle<JSTaggedValue> &regexp, in RegExpBuiltinExec()
2023 JSTaggedValue BuiltinsRegExp::RegExpExec(JSThread *thread, const JSHandle<JSTaggedValue> &regexp, in RegExpExec()
2078 …aggedValue BuiltinsRegExp::RegExpExecForTestFast(JSThread *thread, JSHandle<JSTaggedValue> &regexp, in RegExpExecForTestFast()
2309 JSHandle<JSRegExp> regexp(thread, JSRegExp::Cast(obj->GetTaggedObject())); in RegExpInitialize() local
[all …]
Dbuiltins_string.cpp627 JSHandle<JSTaggedValue> regexp = BuiltinsString::GetCallArg(argv, 0); in Match() local
675 JSHandle<JSTaggedValue> regexp = BuiltinsString::GetCallArg(argv, 0); in MatchAll() local
1318 JSHandle<JSTaggedValue> regexp = BuiltinsString::GetCallArg(argv, 0); in Search() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/
Djsvaluerefiscontainer_fuzzer.cpp92 Local<JSValueRef> regexp = JSNApiHelper::ToLocal<JSRegExp>(argumentTag); in JSValueRefIsRegExpFuzzTest() local
/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionParser.cpp909 auto regexp = lexer_->ScanRegExp(); in ParseRegularExpression() local
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp1093 auto regexp = lexer_->ScanRegExp(); in ParsePrimaryExpression() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp945 Local<JSValueRef> regexp = JSNApiHelper::ToLocal<JSRegExp>(argumentTag); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp377 void ObjectFactory::NewJSRegExpByteCodeData(const JSHandle<JSRegExp> &regexp, void *buffer, size_t … in NewJSRegExpByteCodeData()