Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:exception_obj
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/v8/src/execution/
H
A
D
isolate-inl.h
59
void Isolate::set_pending_exception(Object
exception_obj
) {
in set_pending_exception()
argument
60
DCHECK(!
exception_obj
.IsException(this));
in set_pending_exception()
61
thread_local_top()->pending_exception_ =
exception_obj
;
in set_pending_exception()
H
A
D
isolate.cc
2539
Object
exception_obj
= pending_exception();
in ThrowInternal()
local
2540
ExceptionHandlerType top_handler = TopExceptionHandlerType(
exception_obj
);
in ThrowInternal()
2555
if (!is_catchable_by_javascript(
exception_obj
)) return;
in ThrowInternal()
2574
Handle<Object> exception(
exception_obj
, this);
in ThrowInternal()
H
A
D
isolate.h
774
inline void set_pending_exception(Object
exception_obj
);
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H
A
D
variant_test.cc
2055
absl::bad_variant_access
exception_obj
;
in TEST()
local
2056
std::exception* base = &
exception_obj
;
in TEST()
/third_party/node/deps/v8/src/d8/
H
A
D
d8.cc
2743
Local<v8::Value>
exception_obj
) {
in ReportException()
2759
v8::String::Utf8Value exception(isolate,
exception_obj
);
in ReportException()
2797
if (v8::TryCatch::StackTrace(context,
exception_obj
)
in ReportException()
2742
ReportException(Isolate* isolate, Local<v8::Message> message, Local<v8::Value>
exception_obj
)
ReportException()
argument
Completed in 25 milliseconds