Home
last modified time | relevance | path

Searched defs:inputStr (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/tests/
Dregexp_test.cpp103 JSHandle<EcmaString> inputStr, uint32_t index) in GetSubString()
707 JSHandle<EcmaString> inputStr = factory->NewFromASCII("abc"); in HWTEST_F_L0() local
734 JSHandle<EcmaString> inputStr = factory->NewFromASCII("cabd"); in HWTEST_F_L0() local
771 JSHandle<EcmaString> inputStr = factory->NewFromASCII("aabaac"); in HWTEST_F_L0() local
799 JSHandle<EcmaString> inputStr = factory->NewFromASCII("aabaac"); in HWTEST_F_L0() local
824 JSHandle<EcmaString> inputStr = factory->NewFromASCII("b"); in HWTEST_F_L0() local
849 JSHandle<EcmaString> inputStr = factory->NewFromASCII("zaacbbbcac"); in HWTEST_F_L0() local
887 JSHandle<EcmaString> inputStr = factory->NewFromASCII("ab\nabc"); in HWTEST_F_L0() local
912 JSHandle<EcmaString> inputStr = factory->NewFromASCII("ab\nabc"); in HWTEST_F_L0() local
937 JSHandle<EcmaString> inputStr = factory->NewFromASCII("erv"); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp53 JSHandle<JSTaggedValue> inputStr(thread, jsIterator->GetIteratedString(thread)); in Next() local
107const JSHandle<EcmaString> &inputStr, in CreateRegExpStringIterator()
Dobject_factory.cpp3722const JSHandle<EcmaString> &inputStr, bool global, in NewJSRegExpIterator()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/qualified_call/
Dqualified_call.js32 getStr: function (inputStr) { argument
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_regexp_iterator_test.cpp37 JSHandle<EcmaString> inputStr = factory->NewFromASCII("g"); in HWTEST_F_L0() local
51 JSHandle<EcmaString> inputStr = factory->NewFromASCII("2016-01-02|2019-03-04"); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/dynamic/client/ark_cli/
Dmain.cpp69 std::string inputStr = std::string(msg); in InputOnMessage() local
98 std::string inputStr; in GetInputCommand() local
/arkcompiler/toolchain/tooling/dynamic/client/tcpServer/
Dtcp_server.cpp93 void TcpServer::SendCommand(std::string inputStr) in SendCommand()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluereffoundationvalue_fuzzer/
Djsvaluereffoundationvalue_fuzzer.cpp46 std::string inputStr = fdp.ConsumeRandomLengthString(1024); in JSValueRefFoundationValueFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp198 VMHandle<EtsString> inputStr(coroutine, inputStrObj->GetCoreType()); in SetSuccessfulMatchLegacyProperties() local
252 VMHandle<EtsString> inputStr(coroutine, from->GetCoreType()); in ExtractString() local
285 VMHandle<EtsString> inputStr(coroutine, inputStrObj->GetCoreType()); in Execute() local
387 VMHandle<EtsString> inputStr(coroutine, inputStrObj->GetCoreType()); in SetInputField() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp-inl.h164 EcmaString *inputStr = EcmaString::Cast(input.GetTaggedObject()); in Match() local
Dbuiltins_regexp.cpp142 JSHandle<JSTaggedValue> inputStr = GetCallArg(argv, 0); in Exec() local
178 JSHandle<JSTaggedValue> inputStr = GetCallArg(argv, 0); in Test() local
256 const JSHandle<JSTaggedValue> inputStr, bool useCache) in RegExpTestFast()
1029 JSHandle<JSTaggedValue> inputStr = JSHandle<JSTaggedValue>::Cast(srcString); in ReplaceInternal() local
1386 JSHandle<JSTaggedValue> inputStr = GetCallArg(argv, 0); in Search() local
1925 …BuiltinsRegExp::AdvanceStringIndex(const JSThread *thread, const JSHandle<JSTaggedValue> &inputStr, in AdvanceStringIndex()
2060 const JSHandle<JSTaggedValue> inputStr, in RegExpBuiltinExec()
2215 const JSHandle<JSTaggedValue> inputStr, in RegExpBuiltinExecWithoutResult()
2270 JSHandle<EcmaString> inputStr = JSTaggedValue::ToString(thread, inputString); in RegExpExec() local