Home
last modified time | relevance | path

Searched refs:testA (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
H A Dtest_result.py315 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 DStringTest.js48 this.testA = function () {
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_function_test.cpp52 JSTaggedValue testA = JSObject::GetProperty(thread, thisValue, in TestFunctionApplyAndCall() local
57 result = result + testA.GetInt() + testB.GetInt(); in TestFunctionApplyAndCall()
H A Dbuiltins_shared_function_test.cpp54 JSTaggedValue testA = JSObject::GetProperty(thread, thisValue, in TestFunctionApplyAndCall() local
59 result = result + testA.GetInt() + testB.GetInt(); in TestFunctionApplyAndCall()
H A Dbuiltins_reflect_test.cpp58 JSTaggedValue testA = JSObject::GetProperty(thread, thisValue, in TestReflectApply() local
63 result = result + testA.GetInt() + testB.GetInt(); in TestReflectApply()

Completed in 3 milliseconds