Home | History | Annotate | Download | only in src

Lines Matching refs:Isolate

8 #include "src/isolate.h"
15 void Isolate::set_context(Context* context) {
21 Object* Isolate::pending_exception() {
28 void Isolate::set_pending_exception(Object* exception_obj) {
34 void Isolate::clear_pending_exception() {
40 bool Isolate::has_pending_exception() {
46 void Isolate::clear_pending_message() {
51 Object* Isolate::scheduled_exception() {
58 bool Isolate::has_scheduled_exception() {
64 void Isolate::clear_scheduled_exception() {
70 bool Isolate::is_catchable_by_javascript(Object* exception) {
75 Handle<JSGlobalObject> Isolate::global_object() {
80 Isolate::ExceptionScope::ExceptionScope(Isolate* isolate)
81 : isolate_(isolate),
85 Isolate::ExceptionScope::~ExceptionScope() {
91 Handle<type> Isolate::name() { \
94 bool Isolate::is_##name(type* value) { \