OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should_throw
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
workspace_unittest.py
61
workspace = Workspace(None, MockExecutive(should_log=True,
should_throw
=True))
executive_mock.py
58
def __init__(self, should_log=False,
should_throw
=False, should_throw_when_run=None):
60
self._should_throw =
should_throw
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
dump_reader_win_unittest.py
39
host.executive = MockExecutive(
should_throw
=True)
/external/chromium_org/v8/src/
v8natives.js
676
function Delete(obj, p,
should_throw
) {
682
} else if (
should_throw
) {
691
function DefineProxyProperty(obj, p, attributes,
should_throw
) {
698
if (
should_throw
) {
710
function DefineObjectProperty(obj, p, desc,
should_throw
) {
721
if (
should_throw
) {
751
if (
should_throw
) {
761
if (
should_throw
) {
770
if (
should_throw
) {
778
if (
should_throw
) {
[
all
...]
/external/v8/src/
v8natives.js
664
function Delete(obj, p,
should_throw
) {
670
} else if (
should_throw
) {
679
function DefineProxyProperty(obj, p, attributes,
should_throw
) {
683
if (
should_throw
) {
695
function DefineObjectProperty(obj, p, desc,
should_throw
) {
706
if (
should_throw
) {
736
if (
should_throw
) {
746
if (
should_throw
) {
755
if (
should_throw
) {
763
if (
should_throw
) {
[
all
...]
/external/chromium/base/allocator/
allocator_unittests.cc
302
bool
should_throw
) {
316
EXPECT_FALSE(
should_throw
) << "allocation should have thrown.";
318
EXPECT_TRUE(
should_throw
) << "allocation threw unexpected exception.";
/external/chromium_org/base/allocator/
allocator_unittests.cc
301
bool
should_throw
) {
315
EXPECT_FALSE(
should_throw
) << "allocation should have thrown.";
317
EXPECT_TRUE(
should_throw
) << "allocation threw unexpected exception.";
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
port_testcase.py
239
host.executive = MockExecutive(
should_throw
=True)
/external/chromium_org/v8/test/mjsunit/
strict-mode.js
386
function testAssignToUndefined(test,
should_throw
) {
390
assertTrue(
should_throw
, "strict mode");
394
assertFalse(
should_throw
, "strict mode");
[
all
...]
/external/v8/test/mjsunit/
strict-mode.js
386
function testAssignToUndefined(test,
should_throw
) {
390
assertTrue(
should_throw
, "strict mode");
394
assertFalse(
should_throw
, "strict mode");
[
all
...]
Completed in 108 milliseconds