| /arkcompiler/ets_runtime/ecmascript/regexp/tests/ |
| D | regexp_test.cpp | 103 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/ |
| D | js_regexp_iterator.cpp | 53 JSHandle<JSTaggedValue> inputStr(thread, jsIterator->GetIteratedString(thread)); in Next() local 107 … const JSHandle<EcmaString> &inputStr, in CreateRegExpStringIterator()
|
| D | object_factory.cpp | 3722 … const JSHandle<EcmaString> &inputStr, bool global, in NewJSRegExpIterator()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/qualified_call/ |
| D | qualified_call.js | 32 getStr: function (inputStr) { argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_regexp_iterator_test.cpp | 37 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/ |
| D | main.cpp | 69 std::string inputStr = std::string(msg); in InputOnMessage() local 98 std::string inputStr; in GetInputCommand() local
|
| /arkcompiler/toolchain/tooling/dynamic/client/tcpServer/ |
| D | tcp_server.cpp | 93 void TcpServer::SendCommand(std::string inputStr) in SendCommand()
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluereffoundationvalue_fuzzer/ |
| D | jsvaluereffoundationvalue_fuzzer.cpp | 46 std::string inputStr = fdp.ConsumeRandomLengthString(1024); in JSValueRefFoundationValueFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_RegExp.cpp | 198 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/ |
| D | builtins_regexp-inl.h | 164 EcmaString *inputStr = EcmaString::Cast(input.GetTaggedObject()); in Match() local
|
| D | builtins_regexp.cpp | 142 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
|