Searched defs:execResult (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_regexp_test.cpp | 298 JSHandle<JSTaggedValue> execResult(thread, results); in HWTEST_F_L0() local 356 JSHandle<JSTaggedValue> execResult(thread, results); in HWTEST_F_L0() local 694 JSHandle<JSTaggedValue> execResult(thread, results); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_RegExp.cpp | 409 …auto execResult = Execute(regexp.GetPtr(), strHandle.GetPtr(), stringLength, lastIndex, hasIndices… in EscompatRegExpExec() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 988 JSMutableHandle<JSTaggedValue> execResult(thread, JSTaggedValue(0)); in ReplaceInternal() local 1422 … JSHandle<JSTaggedValue> execResult(thread, RegExpExec(thread, splitter, jsString, useCache)); in Split() local 1446 … JSHandle<JSTaggedValue> execResult(thread, RegExpExec(thread, splitter, jsString, useCache)); in Split() local
|