Home
last modified time | relevance | path

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

/external/v8/test/cctest/interpreter/
Dinterpreter-tester.cc45 MaybeHandle<Object> no_result = callable(); in CheckThrowsReturnMessage() local
48 CHECK(no_result.is_null()); in CheckThrowsReturnMessage()
/external/v8/test/cctest/compiler/
Dfunction-tester.h88 MaybeHandle<Object> no_result = Call(a, b); in CheckThrows() local
91 CHECK(no_result.is_null()); in CheckThrows()
98 MaybeHandle<Object> no_result = Call(a, b); in CheckThrowsReturnMessage() local
101 CHECK(no_result.is_null()); in CheckThrowsReturnMessage()
Dtest-run-bytecode-graph-builder.cc96 MaybeHandle<Object> no_result = callable(); in CheckThrowsReturnMessage() local
99 CHECK(no_result.is_null()); in CheckThrowsReturnMessage()
/external/v8/tools/gyp/
Dgyptest.py212 no_result = []
246 no_result.append(test)
265 report("No result from", no_result)
/external/v8/tools/gyp/test/lib/
DTestCmd.py365 def no_result(self = None, condition = 1, function = None, skip = 0): function
1080 def no_result(self, condition = 1, function = None, skip = 0): member in TestCmd
1086 no_result(self = self,
DTestCommon.py572 self.no_result(skip=1)