Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts376 const results: string[] = []; constant
/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
691 JSTaggedValue results = BuiltinsRegExp::Exec(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
Dbuiltins_atomics_test.cpp313 JSTaggedValue results = BuiltinsAtomics::Load(ecmaRuntimeCallInfos); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dglobal_value_numbering_test.cpp160 std::vector<GateRef> results; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1794 JSHandle<JSObject> results(JSArray::ArrayCreate(thread, JSTaggedNumber(n))); in MakeMatchIndicesIndexPairArray() local
1919 JSHandle<JSObject> results(JSArray::ArrayCreate(thread, JSTaggedNumber(capturesSize))); in RegExpBuiltinExec() local