OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expected_to_throw
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
d8.h
286
expected_to_throw
(false),
313
bool
expected_to_throw
;
member in class:v8::ShellOptions
/external/v8/test/cctest/
test-api.cc
202
bool
expected_to_throw
= receiver.IsEmpty();
local
205
CHECK_EQ(
expected_to_throw
, try_catch.HasCaught());
206
if (!
expected_to_throw
) {
[
all
...]
Completed in 118 milliseconds