Home
last modified time | relevance | path

Searched defs:results (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp296 JSTaggedValue results = BuiltinsRegExp::Exec(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
354 JSTaggedValue results = BuiltinsRegExp::Exec(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
589 JSTaggedValue results = BuiltinsRegExp::Replace(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
615 JSTaggedValue results = BuiltinsRegExp::Replace(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
640 JSTaggedValue results = BuiltinsRegExp::Replace(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
Dbuiltins_atomics_test.cpp313 JSTaggedValue results = BuiltinsAtomics::Load(ecmaRuntimeCallInfos); in HWTEST_F_L0() local
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.h2755 PandaVector<CheckResult> results; in ProcessStoreField() local
4520 static bool AddCheckResult(PandaVector<CheckResult> &results, const CheckResult &result) in AddCheckResult()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1446 JSHandle<JSObject> results(JSArray::ArrayCreate(thread, JSTaggedNumber(capturesSize))); in RegExpBuiltinExec() local