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 64 T.CheckThrows(T.Val(123), T.Val("result"));
72 T.CheckThrows(T.Val(0.0), T.Val("result"));
test-run-inlining.cc 427 T.CheckThrows(T.undefined(), T.undefined());
554 T.CheckThrows(T.undefined(), T.undefined());
568 T.CheckThrows(T.undefined(), T.undefined());
test-run-jsexceptions.cc 14 T.CheckThrows(T.true_value(), T.NewObject("new Error"));
276 T.CheckThrows(T.NewObject("new Error"), T.Val(1));
function-tester.h 73 void CheckThrows(Handle<Object> a, Handle<Object> b) {
test-run-jsops.cc 391 T.CheckThrows(T.undefined(), T.undefined());
411 T.CheckThrows(T.Val(22), T.Val(11));

Completed in 104 milliseconds