HomeSort by relevance Sort by last modified time
    Searched refs:CheckThrows (Results 1 - 6 of 6) sorted by null

  /external/v8/test/cctest/compiler/
test-run-stackcheck.cc 16 T.CheckThrows(T.undefined(), T.undefined());
test-run-variables.cc 52 T.CheckThrows(T.Val(123), T.Val("result"));
60 T.CheckThrows(T.Val(0.0), T.Val("result"));
test-run-jsexceptions.cc 14 T.CheckThrows(T.true_value(), T.NewObject("new Error"));
270 T.CheckThrows(T.NewObject("new Error"), T.Val(1));
test-run-inlining.cc 425 T.CheckThrows(T.undefined(), T.undefined());
function-tester.h 86 void CheckThrows(Handle<Object> a, Handle<Object> b) {
test-run-jsops.cc 391 T.CheckThrows(T.undefined(), T.undefined());
400 T.CheckThrows(T.Val(22), T.Val(11));

Completed in 66 milliseconds