Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.cc636 result_consumed_by_test_(false), in TestResultScope()
644 result_consumed_by_test_ = true; in SetResultConsumedByTest()
646 bool result_consumed_by_test() { return result_consumed_by_test_; } in result_consumed_by_test()
684 bool result_consumed_by_test_; member in v8::internal::interpreter::BytecodeGenerator::TestResultScope