OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thrower
(Results
1 - 5
of
5
) sorted by null
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-004.js
22
TryToCatch( "
Thrower
(5)", "Caught 5" );
23
TryToCatch( "
Thrower
(\"some random exception\")", "Caught some random exception" );
27
function
Thrower
( v ) {
try-005.js
24
TryToCatch( "
Thrower
(5)", "Caught 5" );
25
TryToCatch( "
Thrower
(\"some random exception\")", "Caught some random exception" );
29
function
Thrower
( v ) {
try-009.js
34
this.
thrower
= throwFunction;
47
object.
thrower
();
58
"( "+ object +".
thrower
() )",
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
NotImplementedException.java
48
StackTraceElement
thrower
= getStackTrace()[0];
local
49
stream.println("*** thrown from class -> " +
thrower
.getClassName());
50
stream.println("*** method -> " +
thrower
.getMethodName());
53
if (
thrower
.isNativeMethod()) {
56
String fileName =
thrower
.getFileName();
60
int lineNumber =
thrower
.getLineNumber();
/external/libpng/contrib/visupng/
cexcept.h
35
the type of object that gets copied from the exception
thrower
to
57
the
thrower
and the catcher. It is expected that there be one
Completed in 62 milliseconds