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() {
79 Handle<JSObject> Isolate::global_proxy() {
84 Isolate::ExceptionScope::ExceptionScope(Isolate* isolate)
85 : isolate_(isolate),
89 Isolate::ExceptionScope::~ExceptionScope() {
95 Handle<type> Isolate::name() { \
98 bool Isolate::is_##name(type* value) { \
104 bool Isolate::IsArraySpeciesLookupChainIntact() {
122 bool Isolate::IsHasInstanceLookupChainIntact() {