OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EvilExceptionObject
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/API/tests/
testapi.js
236
EvilExceptionObject
.hasInstance = function f() { return f(); };
237
EvilExceptionObject
.__proto__ = undefined;
238
shouldThrow("undefined instanceof
EvilExceptionObject
");
239
EvilExceptionObject
.hasInstance = function () { return true; };
240
shouldBe("undefined instanceof
EvilExceptionObject
", true);
242
EvilExceptionObject
.toNumber = function f() { return f(); }
243
shouldThrow("
EvilExceptionObject
*5");
244
EvilExceptionObject
.toStringExplicit = function f() { return f(); }
245
shouldThrow("String(
EvilExceptionObject
)");
testapi.c
409
"
EvilExceptionObject
",
[
all
...]
Completed in 68 milliseconds