Home
last modified time | relevance | path

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

/base/update/updater/test/unittest/script/
H A Dscript_interpreter_unittest.cpp79 std::unique_ptr<ReturnValue> rv = std::make_unique<ReturnValue>(); in TestScriptInterpreterScriptValue() local
80 if (rv == nullptr) { in TestScriptInterpreterScriptValue()
83 rv->IsTrue(); in TestScriptInterpreterScriptValue()
84 rv->Computer(action, rightValue); in TestScriptInterpreterScriptValue()
85 rv->ToString(); in TestScriptInterpreterScriptValue()
86 rv.reset(); in TestScriptInterpreterScriptValue()

Completed in 1 milliseconds