OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exception_
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/renderer/pepper/
npapi_glue.h
106
bool has_exception() const { return
exception_
.type != PP_VARTYPE_UNDEFINED; }
111
PP_Var* exception() { return &
exception_
; }
141
PP_Var
exception_
; // Exception set by the PPAPI call. We own a ref to it.
member in class:content::PPResultAndExceptionToNPResult
259
PP_Var*
exception_
;
member in class:content::TryCatch
/external/chromium_org/ppapi/cpp/dev/
scriptable_object_deprecated.cc
25
if (!
exception_
.is_undefined())
26
*out_ =
exception_
.Detach();
29
Var* Get() { return &
exception_
; }
33
Var
exception_
;
member in class:pp::deprecated::__anon9729::ExceptionConverter
/external/chromium_org/ppapi/proxy/
serialized_var.h
308
PP_Var*
exception_
;
member in class:ppapi::proxy::ReceiveSerializedException
/art/runtime/
thread.h
289
return
exception_
!= NULL;
297
return
exception_
;
306
exception_
= new_exception;
311
exception_
= NULL;
423
return ThreadOffset(OFFSETOF_MEMBER(Thread,
exception_
));
689
mirror::Throwable*
exception_
;
variable
thread.cc
1868
self_->SetException(ThrowLocation(),
exception_
);
local
1898
mirror::Throwable* const
exception_
;
member in class:art::CatchBlockStackVisitor::mirror
[
all
...]
/external/v8/include/
v8.h
3409
void*
exception_
;
member in class:v8::TryCatch
[
all
...]
/external/chromium_org/v8/include/
v8.h
5114
void*
exception_
;
member in class:v8::TryCatch
[
all
...]
/external/v8/src/
ast.h
2010
Expression*
exception_
;
member in class:v8::internal::Throw
[
all
...]
/external/chromium_org/v8/src/
ast.h
2249
Expression*
exception_
;
member in class:v8::internal::V8_FINAL
[
all
...]
Completed in 315 milliseconds