Lines Matching refs:internal_isolate
295 i::Isolate* internal_isolate = reinterpret_cast<i::Isolate*>(isolate); in ChangeBreakOnException() local
296 internal_isolate->debug()->ChangeBreakOnException( in ChangeBreakOnException()
298 internal_isolate->debug()->ChangeBreakOnException(i::BreakUncaughtException, in ChangeBreakOnException()
1039 i::Isolate* internal_isolate = reinterpret_cast<i::Isolate*>(isolate); in EvaluateGlobal() local
1040 PREPARE_FOR_DEBUG_INTERFACE_EXECUTION_WITH_ISOLATE(internal_isolate, Value); in EvaluateGlobal()
1044 i::DebugEvaluate::Global(internal_isolate, Utils::OpenHandle(*source), in EvaluateGlobal()
1054 i::Isolate* internal_isolate = reinterpret_cast<i::Isolate*>(isolate); in EvaluateGlobalForTesting() local
1055 PREPARE_FOR_DEBUG_INTERFACE_EXECUTION_WITH_ISOLATE(internal_isolate, Value); in EvaluateGlobalForTesting()
1059 i::DebugEvaluate::Global(internal_isolate, Utils::OpenHandle(*function), in EvaluateGlobalForTesting()
1249 i::Isolate* internal_isolate = reinterpret_cast<i::Isolate*>(isolate); in Get() local
1254 i::Handle<i::Object> value(self->Lookup(internal_key), internal_isolate); in Get()