Searched refs:REPLACE (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_string_test.cpp | 73 REPLACE, member in panda::test::AlgorithmType 88 case AlgorithmType::REPLACE: in StringAlgorithmOther() 941 auto result = StringAlgorithm(thread, thisStr.GetTaggedValue(), args, 8, AlgorithmType::REPLACE); in HWTEST_F_L0() 950 auto result1 = StringAlgorithm(thread, thisStr.GetTaggedValue(), args, 8, AlgorithmType::REPLACE); in HWTEST_F_L0() 960 auto result2 = StringAlgorithm(thread, thisStr.GetTaggedValue(), args, 8, AlgorithmType::REPLACE); in HWTEST_F_L0() 970 auto result3 = StringAlgorithm(thread, thisStr.GetTaggedValue(), args, 8, AlgorithmType::REPLACE); in HWTEST_F_L0() 981 auto result4 = StringAlgorithm(thread, thisStr.GetTaggedValue(), args, 8, AlgorithmType::REPLACE); in HWTEST_F_L0() 997 auto result = StringAlgorithm(thread, thisStr.GetTaggedValue(), args, 8, AlgorithmType::REPLACE); in HWTEST_F_L0() 1007 auto result2 = StringAlgorithm(thread, thisStr.GetTaggedValue(), args, 8, AlgorithmType::REPLACE); in HWTEST_F_L0() 1019 auto result3 = StringAlgorithm(thread, thisStr.GetTaggedValue(), args, 8, AlgorithmType::REPLACE); in HWTEST_F_L0() [all...] |
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_regexp.h | 34 REPLACE, enumerator 145 V(REPLACE, Replace)
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 16918 t[t.REPLACE = 2] = "REPLACE"; [all...] |
Completed in 34 milliseconds