Home
last modified time | relevance | path

Searched refs:CheckException (Results 1 – 8 of 8) sorted by relevance

/external/v8/test/mjsunit/harmony/
Dblock-early-errors.js30 function CheckException(e) { class
41 CheckException(e);
47 CheckException(e);
Dblock-conflicts.js35 function CheckException(e) { class
46 return CheckException(x);
55 return CheckException(x);
/external/chromium/android/net/
Dandroid_network_library_impl.cc65 if (jni::CheckException(env)) { in VerifyX509CertChain()
88 if (!jni::CheckException(env)) { in VerifyX509CertChain()
98 if (!jni::CheckException(env)) { in VerifyX509CertChain()
136 if (jni::CheckException(env) || !cls) { in AndroidNetworkLibraryImpl()
/external/v8/test/mjsunit/
Dconst-redecl.js31 function CheckException(e) { class
47 return CheckException(x);
72 result = CheckException(x);
91 return CheckException(x);
/external/chromium/android/jni/
Dplatform_file_jni.cc34 jni::CheckException(env); in ~JavaISWrapper()
43 if (jni::CheckException(env) || size < 0) { in Read()
Djni_utils.h28 bool CheckException(JNIEnv*);
Djni_utils.cc81 bool CheckException(JNIEnv* env) in CheckException() function
/external/v8/preparser/
Dpreparser-process.cc233 void CheckException(v8::PreParserData* data, in CheckException() function
367 CheckException(&data, &expects); in main()