Home
last modified time | relevance | path

Searched refs:testB (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_function_test.cpp78 JSTaggedValue testB = JSObject::GetProperty(thread, thisValue, in TestFunctionApplyAndCall() local
81 result = result + testA.GetInt() + testB.GetInt(); in TestFunctionApplyAndCall()
Dbuiltins_reflect_test.cpp84 JSTaggedValue testB = JSObject::GetProperty(thread, thisValue, in TestReflectApply() local
87 result = result + testA.GetInt() + testB.GetInt(); in TestReflectApply()