Home
last modified time | relevance | path

Searched defs:execResult (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp233 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/
Descompat_RegExp.cpp465 auto execResult = Execute(pattern.GetPtr(), flags.GetPtr(), strHandle.GetPtr(), in EscompatRegExpExec() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1116 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