Searched defs:GetIsolate (Results 1 - 20 of 20) sorted by last modified time

/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Object.h62 v8::Isolate* GetIsolate() {return m_pIsolate;} function in class:CJS_Object
H A DJS_Runtime.h53 v8::Isolate* GetIsolate(){return m_isolate;}; function in class:CJS_Runtime
H A DJS_Value.h69 v8::Isolate* GetIsolate() {return m_isolate;} function in class:CJS_Value
137 v8::Isolate* GetIsolate() {return m_isolate;} function in class:CJS_Array
/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp21 static v8::Isolate* GetIsolate(IFXJS_Context* cc) function
29 return pRuntime->GetIsolate();
152 pDoc->SetIsolate(pContext->GetJSRuntime()->GetIsolate());
323 v8::Isolate* isolate = GetIsolate(cc);
424 v8::Isolate* isolate = GetIsolate(cc);
756 v8::Isolate* isolate = GetIsolate(cc);
828 v8::Isolate* isolate = GetIsolate(cc);
967 v8::Isolate* isolate = GetIsolate(cc);
1047 v8::Isolate* isolate = GetIsolate(cc);
2098 v8::Isolate* isolate = GetIsolate(c
[all...]
H A DPublicMethods.cpp22 static v8::Isolate* GetIsolate(IFXJS_Context* cc) function
30 return pRuntime->GetIsolate();
1066 v8::Isolate* isolate = ::GetIsolate(cc);
1676 v8::Isolate* isolate = ::GetIsolate(cc);
1707 v8::Isolate* isolate = ::GetIsolate(cc);
1738 v8::Isolate* isolate = ::GetIsolate(cc);
1765 v8::Isolate* isolate = ::GetIsolate(cc);
1955 v8::Isolate* isolate = ::GetIsolate(cc);
2113 v8::Isolate* isolate = ::GetIsolate(cc);
2287 v8::Isolate* isolate = ::GetIsolate(c
[all...]
H A Dapp.cpp20 static v8::Isolate* GetIsolate(IFXJS_Context* cc) function
28 return pRuntime->GetIsolate();
153 CJS_Array aDocs(pRuntime->GetIsolate());
169 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj);
175 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj);
182 aDocs.SetElement(0,CJS_Value(pRuntime->GetIsolate(),pJSDocument));
212 CJS_Array aDocs(pRuntime->GetIsolate());
340 v8::Isolate* isolate = GetIsolate(cc);
539 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj);
590 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetOb
[all...]
H A Dcolor.cpp17 static v8::Isolate* GetIsolate(IFXJS_Context* cc) function
25 return pRuntime->GetIsolate();
79 array.SetElement(0, CJS_Value(array.GetIsolate(), "T"));
82 array.SetElement(0, CJS_Value(array.GetIsolate(),"G"));
83 array.SetElement(1, CJS_Value(array.GetIsolate(),color.fColor1));
86 array.SetElement(0, CJS_Value(array.GetIsolate(),"RGB"));
87 array.SetElement(1, CJS_Value(array.GetIsolate(),color.fColor1));
88 array.SetElement(2, CJS_Value(array.GetIsolate(),color.fColor2));
89 array.SetElement(3, CJS_Value(array.GetIsolate(),color.fColor3));
92 array.SetElement(0, CJS_Value(array.GetIsolate(),"CMY
[all...]
H A Dutil.cpp23 static v8::Isolate* GetIsolate(IFXJS_Context* cc) function
31 return pRuntime->GetIsolate();
207 v8::Isolate* isolate = GetIsolate(cc);
583 v8::Isolate* isolate = GetIsolate(cc);
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc101 inline v8::Isolate* GetIsolate() { return context_->GetIsolate(); } function in class:DebugLocalContext
105 reinterpret_cast<v8::internal::Isolate*>(context_->GetIsolate());
135 v8::Script::Compile(v8::String::NewFromUtf8(env->GetIsolate(), source))
138 v8::String::NewFromUtf8(env->GetIsolate(), function_name)));
165 v8::internal::Isolate* isolate = fun->GetIsolate();
983 v8::HandleScope scope(env->GetIsolate());
1066 v8::HandleScope scope(env->GetIsolate());
1103 v8::HandleScope scope(env->GetIsolate());
1106 v8::Script::Compile(v8::String::NewFromUtf8(env->GetIsolate(),
[all...]
H A Dtest-microtask-delivery.cc48 Isolate* GetIsolate() const { return isolate_; } function in class:__anon17410::HarmonyIsolate
58 HandleScope scope(isolate.GetIsolate());
59 LocalContext context(isolate.GetIsolate());
96 HandleScope scope(isolate.GetIsolate());
97 LocalContext context1(isolate.GetIsolate());
98 isolate.GetIsolate()->SetAutorunMicrotasks(false);
103 LocalContext context2(isolate.GetIsolate());
104 context2->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "obj"),
118 LocalContext context3(isolate.GetIsolate());
119 context3->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "ob
[all...]
/external/chromium_org/v8/include/
H A Dv8-util.h125 Isolate* GetIsolate() { return isolate_; } function in class:v8::PersistentValueMap
165 GetIsolate()->SetReference(
301 Traits::Dispose(data.GetIsolate(),
H A Dv8.h421 V8_INLINE Isolate* GetIsolate() const { return isolate_; } function in class:v8::WeakCallbackData
813 V8_INLINE Isolate* GetIsolate() const { function in class:v8::HandleScope
2613 V8_INLINE Isolate* GetIsolate();
2647 V8_INLINE Isolate* GetIsolate() const;
2681 V8_INLINE Isolate* GetIsolate() const;
5492 v8::Isolate* GetIsolate();
6193 Set(Number::New(GetIsolate(), i));
6204 Set(Integer::New(GetIsolate(), i));
6216 Set(Integer::NewFromUnsigned(GetIsolate(), i));
6229 *value_ = *I::GetRoot(GetIsolate(), root_inde
6254 Isolate* ReturnValue<T>::GetIsolate() { function in class:v8::ReturnValue
6318 Isolate* FunctionCallbackInfo<T>::GetIsolate() const { function in class:v8::FunctionCallbackInfo
6783 Isolate* PropertyCallbackInfo<T>::GetIsolate() const { function in class:v8::PropertyCallbackInfo
[all...]
/external/chromium_org/v8/samples/
H A Dprocess.cc132 Isolate* GetIsolate() { return isolate_; } function in class:JsHttpRequestProcessor
150 HandleScope scope(args.GetIsolate());
161 HandleScope handle_scope(GetIsolate());
165 Handle<ObjectTemplate> global = ObjectTemplate::New(GetIsolate());
166 global->Set(String::NewFromUtf8(GetIsolate(), "log"),
167 FunctionTemplate::New(GetIsolate(), LogCallback));
174 v8::Handle<v8::Context> context = Context::New(GetIsolate(), NULL, global);
175 context_.Reset(GetIsolate(), context);
191 Handle<String> process_name = String::NewFromUtf8(GetIsolate(), "Process");
203 process_.Reset(GetIsolate(), process_fu
[all...]
/external/chromium_org/v8/src/
H A Dapi.cc587 return i::HandleScope::CreateHandle(heap_object->GetIsolate(), value);
599 i::Heap* heap = reinterpret_cast<i::Isolate*>(GetIsolate())->heap();
614 i::Isolate* isolate = env->GetIsolate();
625 i::Isolate* isolate = env->GetIsolate();
678 i::Handle<i::Object> result(data->get(index), data->GetIsolate());
826 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate();
851 i::Isolate* i_isolate = Utils::OpenHandle(this)->GetIsolate();
865 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate();
1102 i::Handle<i::Object> foreign = FromCData(obj->GetIsolate(), cdata); \
1109 i::Isolate* isolate = Utils::OpenHandle(this)->GetIsolate();
5248 v8::Isolate* Context::GetIsolate() { function in class:v8::Context
[all...]
H A Ddebug.cc369 HandleScope scope(debug_info_->GetIsolate());
440 Isolate* isolate = code->GetIsolate();
693 Debug* debug = reinterpret_cast<Isolate*>(data.GetIsolate())->debug();
715 GlobalHandles* global_handles = debug_info->GetIsolate()->global_handles();
1459 Isolate* isolate = JSFunction::cast(fun)->GetIsolate();
1554 Isolate* isolate = shared->GetIsolate();
1597 Isolate* isolate = function->GetIsolate();
2179 Isolate* isolate = shared->GetIsolate();
2423 StackTraceFrameIterator it(script->GetIsolate());
3190 v8::Isolate* MessageImpl::GetIsolate() cons function in class:v8::internal::MessageImpl
[all...]
H A Dobjects-inl.h995 GlobalObject* global = proxy->GetIsolate()->context()->global_object();
1127 Isolate* isolate = name->GetIsolate();
1150 proxy, receiver, proxy->GetIsolate()->factory()->Uint32ToString(index));
1159 Isolate* isolate = proxy->GetIsolate();
1167 Isolate* isolate = proxy->GetIsolate();
1387 Isolate* HeapObject::GetIsolate() const { function in class:v8::internal::HeapObject
2172 return handle(array->get(index), array->GetIsolate());
2237 return array->GetIsolate()->factory()->the_hole_value();
2239 return array->GetIsolate()->factory()->NewNumber(array->get_scalar(index));
2855 DescriptorLookupCache* cache = GetIsolate()
[all...]
/external/chromium_org/extensions/renderer/
H A Dobject_backed_native_handler.cc22 : router_data_(context->v8_context()->GetIsolate()),
25 v8::ObjectTemplate::New(context->v8_context()->GetIsolate())) {}
36 v8::HandleScope handle_scope(args.GetIsolate());
40 data->Get(v8::String::NewFromUtf8(args.GetIsolate(), kHandlerFunction));
44 console::Error(args.GetIsolate()->GetCallingContext(),
71 v8::Isolate* ObjectBackedNativeHandler::GetIsolate() const { function in class:extensions::ObjectBackedNativeHandler
H A Dscoped_persistent.h26 handle_.Reset(GetIsolate(handle), handle);
38 return v8::Local<T>::New(GetIsolate(handle_), handle_);
55 static v8::Isolate* GetIsolate(v8::Handle<U> object_handle) { function in class:extensions::ScopedPersistent
59 return GetIsolate(object_handle->CreationContext());
62 static v8::Isolate* GetIsolate(v8::Handle<v8::Context> context_handle) { function in class:extensions::ScopedPersistent
64 return context_handle->GetIsolate();
67 static v8::Isolate* GetIsolate( function in class:extensions::ScopedPersistent
/external/chromium_org/content/renderer/pepper/
H A Dfake_pepper_plugin_instance.cc20 v8::Isolate* FakePepperPluginInstance::GetIsolate() const { return NULL; } function in class:content::FakePepperPluginInstance
H A Dpepper_plugin_instance_impl.cc690 DCHECK(context->GetIsolate() == isolate_);
3066 v8::Isolate* PepperPluginInstanceImpl::GetIsolate() const { return isolate_; } function in class:content::PepperPluginInstanceImpl

Completed in 1048 milliseconds