Searched refs:testA (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/ |
H A D | test_result.py | 315 r1 = create_report(testA=[4.0], testB=[5.0], bad=[6.0]) 316 r2 = create_report(testA=[4.0], testB=[5.0], bad=[7.0])
|
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks/js/ |
H A D | StringTest.js | 48 this.testA = function () {
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_function_test.cpp | 52 JSTaggedValue testA = JSObject::GetProperty(thread, thisValue, in TestFunctionApplyAndCall() local 57 result = result + testA.GetInt() + testB.GetInt(); in TestFunctionApplyAndCall()
|
H A D | builtins_shared_function_test.cpp | 54 JSTaggedValue testA = JSObject::GetProperty(thread, thisValue, in TestFunctionApplyAndCall() local 59 result = result + testA.GetInt() + testB.GetInt(); in TestFunctionApplyAndCall()
|
H A D | builtins_reflect_test.cpp | 58 JSTaggedValue testA = JSObject::GetProperty(thread, thisValue, in TestReflectApply() local 63 result = result + testA.GetInt() + testB.GetInt(); in TestReflectApply()
|
Completed in 3 milliseconds