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

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

Completed in 148 milliseconds