Searched defs:execResult (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_regexp_test.cpp | 233 void ExecCommon(JSThread* thread, EcmaVM* instance, JSHandle<JSTaggedValue>& execResult, in ExecCommon() 277 JSHandle<JSTaggedValue> execResult(thread, results); in HWTEST_F_L0() local 316 JSHandle<JSTaggedValue> execResult(thread, results); in HWTEST_F_L0() local 631 JSHandle<JSTaggedValue> execResult(thread, results); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_RegExp.cpp | 465 auto execResult = Execute(pattern.GetPtr(), flags.GetPtr(), strHandle.GetPtr(), in EscompatRegExpExec() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 1116 JSMutableHandle<JSTaggedValue> execResult(thread, JSTaggedValue(0)); in ReplaceInternal() local 1569 … JSHandle<JSTaggedValue> execResult(thread, RegExpExec(thread, splitter, jsString, useCache)); in RegExpSplit() local 1593 … JSHandle<JSTaggedValue> execResult(thread, RegExpExec(thread, splitter, jsString, useCache)); in RegExpSplit() local
|