Searched defs:GetIsolate (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
H A DJS_Object.h48 v8::Isolate* GetIsolate() const { return m_pIsolate; } function in class:CJS_Object
/external/pdfium/fxjs/
H A Dcfxjse_isolatetracker.h22 v8::Isolate* GetIsolate() { return m_isolate; } function in class:CFXJSE_ScopeUtil_IsolateHandle
H A Dcfxjse_value.h78 v8::Isolate* GetIsolate() const { return m_pIsolate; } function in class:CFXJSE_Value
H A Dfxjs_v8.h142 v8::Isolate* GetIsolate() const { return m_isolate; } function in class:CFXJS_Engine
H A Dcfxjse_context.cpp53 v8::Isolate* GetIsolate() { return m_context->m_pIsolate; } function in class:CFXJSE_ScopeUtil_IsolateHandleContext
/external/v8/src/
H A Dtype-feedback-vector-inl.h163 *TypeFeedbackVector::MegamorphicSentinel(GetIsolate());
293 Isolate* FeedbackNexus::GetIsolate() const { return vector()->GetIsolate(); } function in class:v8::internal::FeedbackNexus
H A Dobjects-inl.h963 JSGlobalObject* global = proxy->GetIsolate()->context()->global_object();
1014 IsUninitialized(HeapObject::cast(this)->GetIsolate())) {
1365 Isolate* HeapObject::GetIsolate() const { function in class:v8::internal::HeapObject
1792 PrintIsolate(GetIsolate(),
1987 return handle(input->to_number(), input->GetIsolate());
2048 bool WeakCell::next_cleared() { return next()->IsTheHole(GetIsolate()); }
2231 if (value->IsUninitialized(this->GetIsolate())) {
2328 Isolate* isolate = HeapObject::cast(this)->GetIsolate();
2527 DCHECK(undefined->IsUndefined(GetIsolate()));
2959 Representation::None(), FieldType::None(map->GetIsolate()),
[all...]
H A Dapi.cc105 : reinterpret_cast<i::Isolate*>(context->GetIsolate()); \
114 : reinterpret_cast<i::Isolate*>(context->GetIsolate()); \
173 return reinterpret_cast<v8::Isolate*>(i::HeapObject::cast(*obj)->GetIsolate())
249 reinterpret_cast<v8::Isolate*>(script->GetIsolate());
499 Isolate* SnapshotCreator::GetIsolate() { function in class:v8::SnapshotCreator
508 CHECK_EQ(isolate, context->GetIsolate());
519 Utils::OpenHandle(*template_obj)->GetIsolate());
606 Isolate* isolate = snapshot_creator.GetIsolate();
643 Isolate* isolate = snapshot_creator.GetIsolate();
947 return i::HandleScope::CreateHandle(heap_object->GetIsolate(), valu
6261 v8::Isolate* Context::GetIsolate() { function in class:v8::Context
6669 Isolate* v8::Object::GetIsolate() { function in class:v8::v8::Object
8896 v8::Isolate* DebugInterface::Script::GetIsolate() const { function in class:v8::DebugInterface::Script
[all...]
/external/v8/include/
H A Dv8-util.h163 Isolate* GetIsolate() { return isolate_; } function in class:v8::PersistentValueMapBase
203 GetIsolate()->SetReference(
216 reinterpret_cast<internal::Isolate*>(GetIsolate()));
421 Traits::Dispose(data.GetIsolate(),
H A Dv8.h424 V8_INLINE Isolate* GetIsolate() const { return isolate_; } function in class:v8::WeakCallbackInfo
864 V8_INLINE Isolate* GetIsolate() const { function in class:v8::HandleScope
3305 V8_DEPRECATE_SOON("Keep track of isolate correctly", Isolate* GetIsolate());
3442 V8_INLINE Isolate* GetIsolate() const;
3484 V8_INLINE Isolate* GetIsolate() const;
3519 V8_INLINE Isolate* GetIsolate() const;
3537 * auto context = info.GetIsolate()->GetCurrentContext();
7598 Isolate* GetIsolate();
7979 v8::Isolate* GetIsolate();
8700 Set(Number::New(GetIsolate(),
8761 Isolate* ReturnValue<T>::GetIsolate() const { function in class:v8::ReturnValue
8832 Isolate* FunctionCallbackInfo<T>::GetIsolate() const { function in class:v8::FunctionCallbackInfo
9425 Isolate* PropertyCallbackInfo<T>::GetIsolate() const { function in class:v8::PropertyCallbackInfo
[all...]
/external/v8/samples/
H A Dprocess.cc129 Isolate* GetIsolate() { return isolate_; } function in class:JsHttpRequestProcessor
147 HandleScope scope(args.GetIsolate());
158 HandleScope handle_scope(GetIsolate());
162 Local<ObjectTemplate> global = ObjectTemplate::New(GetIsolate());
163 global->Set(String::NewFromUtf8(GetIsolate(), "log", NewStringType::kNormal)
165 FunctionTemplate::New(GetIsolate(), LogCallback));
172 v8::Local<v8::Context> context = Context::New(GetIsolate(), NULL, global);
173 context_.Reset(GetIsolate(), context);
190 String::NewFromUtf8(GetIsolate(), "Process", NewStringType::kNormal)
205 process_.Reset(GetIsolate(), process_fu
[all...]
/external/v8/src/debug/
H A Ddebug.cc432 GlobalHandles* global_handles = debug_info->GetIsolate()->global_handles();
1058 Isolate* isolate = shared->GetIsolate();
2420 v8::Isolate* MessageImpl::GetIsolate() const { function in class:v8::internal::MessageImpl
2421 return reinterpret_cast<v8::Isolate*>(exec_state_->GetIsolate());
2431 Isolate* isolate = event_data_->GetIsolate();
2467 Isolate* isolate = event_data_->GetIsolate();
2508 return GetDebugEventContext(exec_state_->GetIsolate());
2521 v8::Isolate* EventDetailsImpl::GetIsolate() const { function in class:v8::internal::EventDetailsImpl
2522 return reinterpret_cast<v8::Isolate*>(exec_state_->GetIsolate());

Completed in 305 milliseconds