HomeSort by relevance Sort by last modified time
    Searched refs:ThrowException (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/v8/src/
d8-posix.cc 196 isolate->ThrowException(String::NewFromUtf8(isolate, message));
211 isolate->ThrowException(String::NewFromUtf8(isolate, message));
248 args.GetIsolate()->ThrowException(String::NewFromUtf8(
257 args.GetIsolate()->ThrowException(String::NewFromUtf8(
303 isolate->ThrowException(String::NewFromUtf8(isolate, strerror(err)));
324 return isolate->ThrowException(
340 return isolate->ThrowException(
402 isolate->ThrowException(String::NewFromUtf8(
414 isolate->ThrowException(String::NewFromUtf8(isolate, message));
423 isolate->ThrowException(String::NewFromUtf8(isolate, message))
    [all...]
  /external/v8/src/
d8-posix.cc 196 ThrowException(String::New(message));
211 ThrowException(String::New(message));
248 ThrowException(String::New("system: Argument 4 must be a number"));
256 ThrowException(String::New("system: Argument 3 must be a number"));
301 ThrowException(String::New(strerror(err)));
321 return ThrowException(String::New(strerror(errno)));
336 return ThrowException(String::New("Timed out waiting for output"));
395 ThrowException(String::New("Timed out waiting for process to terminate"));
406 ThrowException(String::New(message));
415 ThrowException(String::New(message))
    [all...]
d8.cc 228 return ThrowException(String::New("Error loading file"));
232 return ThrowException(String::New("Error loading file"));
273 return ThrowException(String::New("Error loading file"));
277 return ThrowException(String::New("Error loading file"));
280 return ThrowException(String::New("Error executing file"));
302 ThrowException(String::New("Array length must not be negative."));
311 ThrowException(
334 return ThrowException(
348 return ThrowException(
375 return ThrowException(
    [all...]
  /art/runtime/
common_throws.cc 48 static void ThrowException(const ThrowLocation* throw_location, const char* exception_descriptor,
72 ThrowException(NULL, "Ljava/lang/AbstractMethodError;", NULL,
80 ThrowException(NULL, "Ljava/lang/ArithmeticException;", NULL, "divide by zero");
86 ThrowException(NULL, "Ljava/lang/ArrayIndexOutOfBoundsException;", NULL,
94 ThrowException(NULL, "Ljava/lang/ArrayStoreException;", NULL,
103 ThrowException(NULL, "Ljava/lang/ClassCastException;", NULL,
110 ThrowException(throw_location, "Ljava/lang/ClassCastException;", NULL, msg);
118 ThrowException(NULL, "Ljava/lang/ClassCircularityError;", c, msg.str().c_str());
126 ThrowException(NULL, "Ljava/lang/ClassFormatError;", referrer, fmt, &args);
135 ThrowException(NULL, "Ljava/lang/IllegalAccessError;", referrer, msg.str().c_str())
    [all...]
  /external/chromium_org/v8/src/extensions/
externalize-string-extension.cc 78 args.GetIsolate()->ThrowException(v8::String::NewFromUtf8(
88 args.GetIsolate()->ThrowException(v8::String::NewFromUtf8(
97 args.GetIsolate()->ThrowException(v8::String::NewFromUtf8(
126 args.GetIsolate()->ThrowException(v8::String::NewFromUtf8(
136 args.GetIsolate()->ThrowException(v8::String::NewFromUtf8(
  /external/v8/src/extensions/
externalize-string-extension.cc 78 return v8::ThrowException(v8::String::New(
86 return v8::ThrowException(v8::String::New(
93 return v8::ThrowException(v8::String::New(
118 return v8::ThrowException(v8::String::New("externalizeString() failed."));
127 return v8::ThrowException(v8::String::New(
  /external/chromium_org/gin/
arguments.cc 44 isolate_->ThrowException(v8::Exception::TypeError(
  /external/chromium_org/chrome/renderer/extensions/
app_bindings.cc 49 isolate->ThrowException(v8::String::NewFromUtf8(isolate, error.c_str()));
98 context()->isolate()->ThrowException(
104 context()->isolate()->ThrowException(v8::String::NewFromUtf8(
150 context()->isolate()->ThrowException(v8::String::NewFromUtf8(
set_icon_natives.cc 48 isolate->ThrowException(v8::Exception::Error(
57 isolate->ThrowException(v8::Exception::Error(
65 isolate->ThrowException(
73 isolate->ThrowException(
webstore_bindings.cc 81 args.GetIsolate()->ThrowException(v8::String::NewFromUtf8(
91 args.GetIsolate()->ThrowException(
98 args.GetIsolate()->ThrowException(v8::String::NewFromUtf8(
104 args.GetIsolate()->ThrowException(v8::String::NewFromUtf8(
cast_streaming_native_handler.cc 263 args.GetIsolate()->ThrowException(v8::Exception::TypeError(
269 args.GetIsolate()->ThrowException(v8::Exception::TypeError(
317 args.GetIsolate()->ThrowException(v8::Exception::TypeError(
323 args.GetIsolate()->ThrowException(v8::Exception::TypeError(
329 args.GetIsolate()->ThrowException(v8::Exception::TypeError(
343 isolate->ThrowException(v8::Exception::RangeError(v8::String::NewFromUtf8(
355 isolate->ThrowException(v8::Exception::RangeError(
safe_builtins.cc 170 info.GetIsolate()->ThrowException(
messaging_bindings.cc 112 args.GetIsolate()->ThrowException(v8::Exception::Error(
  /external/chromium_org/v8/samples/
shell.cc 148 args.GetIsolate()->ThrowException(
154 args.GetIsolate()->ThrowException(
160 args.GetIsolate()->ThrowException(
176 args.GetIsolate()->ThrowException(
182 args.GetIsolate()->ThrowException(
191 args.GetIsolate()->ThrowException(
  /external/v8/samples/
shell.cc 139 return v8::ThrowException(v8::String::New("Bad parameters"));
143 return v8::ThrowException(v8::String::New("Error loading file"));
147 return v8::ThrowException(v8::String::New("Error loading file"));
161 return v8::ThrowException(v8::String::New("Error loading file"));
165 return v8::ThrowException(v8::String::New("Error loading file"));
168 return v8::ThrowException(v8::String::New("Error executing file"));
lineprocessor.cc 419 return v8::ThrowException(v8::String::New("Unexpected arguments"));
  /external/chromium_org/content/renderer/pepper/
npapi_glue.h 137 void ThrowException();
npapi_glue.cc 236 ThrowException();
264 ThrowException();
279 void PPResultAndExceptionToNPResult::ThrowException() {
  /art/compiler/llvm/
runtime_support_llvm_func_list.h 28 V(ThrowException, art_portable_throw_exception_from_code) \
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 192 static void ThrowException(const char *errorMessage)
199 ThrowException(kUserErrorMessage);
337 ThrowException("Can not open mapping");
340 ThrowException("MapViewOfFile error");
345 ThrowException("Incorrect mapping data");
360 ThrowException("data error");
663 ThrowException("Incorrect volume size");
892 ThrowException("Cannot use absolute pathnames for this command");
  /external/chromium_org/chrome/renderer/
external_extension.cc 142 isolate->ThrowException(v8::Exception::Error(v8::String::Empty(isolate)));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8ThrowException.cpp 124 isolate->ThrowException(exception);
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 108 static void ThrowException() { throw CInArchiveException(); }
109 static inline void ThrowEndOfData() { ThrowException(); }
110 static inline void ThrowUnsupported() { ThrowException(); }
111 static inline void ThrowIncorrect() { ThrowException(); }
112 static inline void ThrowUnsupportedVersion() { ThrowException(); }
128 static void ThrowException(CInArchiveException::CCauseType c) { throw CInArchiveException(c); }
129 static void ThrowEndOfData() { ThrowException(CInArchiveException::kEndOfData); }
130 static void ThrowUnsupported() { ThrowException(CInArchiveException::kUnsupported); }
131 static void ThrowIncorrect() { ThrowException(CInArchiveException::kIncorrect); }
132 static void ThrowUnsupportedVersion() { ThrowException(CInArchiveException::kUnsupportedVersion); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InjectedScriptHostCustom.cpp 344 isolate->ThrowException(v8::Exception::Error(v8::String::NewFromUtf8(isolate, "One argument expected.")));
350 isolate->ThrowException(v8::Exception::Error(v8::String::NewFromUtf8(isolate, "The argument must be a string.")));
  /external/v8/test/cctest/
test-accessors.cc 328 return v8::ThrowException(v8_str("g"));
335 v8::ThrowException(value);

Completed in 194 milliseconds

1 2