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

12 3 4 5 6 7 8

  /external/chromium_org/v8/src/
execution.cc 246 // throw a non-callable exception.
250 return isolate->Throw<Object>(error_obj);
303 // throw a non-callable exception.
306 return isolate->Throw<Object>(error_obj);
isolate.h 657 // This method is called by the api after operations that may throw
721 // of Throw() as its return value.
722 Object* Throw(Object* exception, MessageLocation* location = NULL);
725 MUST_USE_RESULT MaybeHandle<T> Throw(Handle<Object> exception,
727 Throw(*exception, location);
731 // Re-throw an exception. This involves no error reporting since
    [all...]
runtime.cc 860 return isolate->Throw(
866 return isolate->Throw(
    [all...]
ast.h 86 V(Throw) \
    [all...]
json-stringifier.h 260 return isolate_->Throw<Object>(
373 isolate_->Throw(*factory_->NewTypeError(
647 // TODO(rossberg): Should this throw?
718 // Screw it. Simply set the flag and carry on. Throw exception at the end.
prettyprinter.cc 363 void PrettyPrinter::VisitThrow(Throw* node) {
364 Print("throw ");
1070 void AstPrinter::VisitThrow(Throw* node) {
1071 IndentedScope indent(this, "THROW");
factory.cc 363 return isolate()->Throw<SeqOneByteString>(NewInvalidStringLengthError());
375 return isolate()->Throw<SeqTwoByteString>(NewInvalidStringLengthError());
480 return isolate()->Throw<String>(NewInvalidStringLengthError());
626 return isolate()->Throw<String>(NewInvalidStringLengthError());
644 return isolate()->Throw<String>(NewInvalidStringLengthError());
    [all...]
builtins.cc     [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-for.js 133 // Throw exception in enumerate trap.
147 enumerate: function() { throw "myexn" }
152 enumerate2: function() { throw "myexn" }
156 getPropertyNames: function() { throw "myexn" }
161 getPropertyDescriptor: function() { throw "myexn" }
166 return function() { throw "myexn" }
  /external/chromium_org/v8/test/mjsunit/
md5.js 186 Throw your mistemper'd weapons to the ground,\n\
debug-evaluate-locals-optimized-double.js 238 //Throw away type information for next run.
debug-evaluate-locals-optimized.js 219 // Throw away type information for next run.
osr-elements-kind.js 164 // Throw away type information in the ICs for next stress run.
  /libnativehelper/
JNIHelp.cpp 218 ALOGW("Discarding pending exception (%s) to throw %s", text.c_str(), className);
280 (*env)->Throw(e, currentException.get()); // rethrow
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
byte_reader.js 57 * Throw an error if (0 > pos >= end) or if (pos + size > end).
67 throw new Error('Invalid read position');
70 throw new Error('Read past end of buffer');
295 * Throw an error if the reader is at an invalid position, or if a read a read
338 throw new Error('Invalid width: ' + width);
501 throw new Error('Seek outside of buffer: ' + (newPos - opt_end));
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 58 * to the underlying CFL). Return an alternative number 1..n. Throw
164 throw nvae;
  /development/ndk/platforms/android-3/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 173 jint (*Throw)(JNIEnv*, jthrowable);
525 jint Throw(jthrowable obj)
526 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/4/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...]
  /prebuilts/ndk/4/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...]
  /prebuilts/ndk/4/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...]
  /prebuilts/ndk/4/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...]
  /prebuilts/ndk/4/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...]
  /prebuilts/ndk/4/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...]

Completed in 839 milliseconds

12 3 4 5 6 7 8