HomeSort by relevance Sort by last modified time
    Searched refs:Throw (Results 26 - 50 of 55) sorted by null

12 3

  /external/v8/src/
runtime.cc 721 return Top::Throw(*error);
    [all...]
ast.h 86 V(Throw) \
    [all...]
prettyprinter.cc 328 void PrettyPrinter::VisitThrow(Throw* node) {
329 Print("throw ");
1041 void AstPrinter::VisitThrow(Throw* node) {
1042 PrintIndentedVisit("THROW", node->exception());
    [all...]
accessors.cc 131 return Top::Throw(*Factory::NewRangeError("invalid_array_length",
full-codegen.cc 299 // This is a throw reference error.
307 void FullCodeGenSyntaxChecker::VisitThrow(Throw* expr) {
413 // This is a throw reference error.
1051 void FullCodeGenerator::VisitThrow(Throw* expr) {
1052 Comment cmnt(masm_, "[ Throw");
ic.cc 201 return Top::Throw(*error);
209 return Top::Throw(*error);
399 // of its properties; throw a TypeError in that case.
428 // exception we need to throw.
446 // exception we need to throw.
586 // of its properties; throw a TypeError in that case.
645 // If we did not find a property, check if we need to throw an exception.
687 // If the property is not present, check if we need to throw an
799 // of its properties; throw a TypeError in that case.
858 // If we did not find a property, check if we need to throw an exception
    [all...]
builtins.cc 749 return Top::Throw(*obj);
    [all...]
parser.cc 278 // Generate AST node that throw a ReferenceError with the given type.
281 // Generate AST node that throw a SyntaxError with the given
286 // Generate AST node that throw a TypeError with the given
    [all...]
jsregexp.cc 103 Top::Throw(*regexp_err);
128 // Throw an exception if we fail to parse the pattern.
253 // Re-throw the object without trying again.
254 Top::Throw(entry);
269 // Throw an exception if we fail to parse the pattern.
292 Top::Throw(*regexp_err);
    [all...]
stub-cache.cc     [all...]
objects.cc 89 // Throw a type error.
    [all...]
  /external/webkit/JavaScriptGlue/
JavaScriptGlue.cpp 301 if (completion.complType() == Throw)
  /external/webkit/WebCore/bindings/js/
ScriptController.cpp 143 if (comp.complType() == Throw || comp.complType() == Interrupted)
  /external/v8/src/ia32/
fast-codegen-ia32.cc 301 void FastCodeGenSyntaxChecker::VisitThrow(Throw* expr) {
302 BAILOUT("Throw");
868 void FastCodeGenerator::VisitThrow(Throw* expr) {
  /dalvik/libnativehelper/include/nativehelper/
jni.h 186 jint (*Throw)(JNIEnv*, jthrowable);
538 jint Throw(jthrowable obj)
539 { return functions->Throw(this, obj); }
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 206 * get the VM ptr, throw the exception, and then detach the thread.
209 env->Throw(excep);
    [all...]
  /dalvik/vm/
Jni.c 709 * void and doesn't throw any exceptions, but we should probably
724 * void and doesn't throw any exceptions, but we should probably
    [all...]
CheckJni.c 352 /* this is a bad idea -- need to throw as we exit, or abort func */
    [all...]

Completed in 630 milliseconds

12 3