Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashmap_test.cpp458 bool replaceResult = hashMap->Replace( in HWTEST_F_L0() local
463 JSTaggedValue replaceResult = hashMap->Get( in HWTEST_F_L0() local
491 JSTaggedValue replaceResult = dstHashMap->Get( in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp526 JSHandle<JSTaggedValue> replaceResult(thread, results); in HWTEST_F_L0() local
552 JSHandle<JSTaggedValue> replaceResult(thread, results); in HWTEST_F_L0() local
577 JSHandle<JSTaggedValue> replaceResult(thread, results); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1296 JSTaggedValue replaceResult = JSFunction::Call(info); in ReplaceInternal() local