Searched refs:GetIsolate (Results 226 - 250 of 304) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/cctest/
H A Dtrace-extension.cc134 v8::HandleScope scope(args.GetIsolate());
H A Dtest-declarative-accessors.cc99 v8::FunctionTemplate::New(context->GetIsolate());
118 v8::HandleScope scope(local_context->GetIsolate());
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Object.cpp106 m_pIsolate = context->GetIsolate();
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);
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 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 Dglobal.cpp171 v8::Handle<v8::Object> obj = v8::Local<v8::Object>::New(vp.GetIsolate(),pData->pData);
314 v8::Handle<v8::Object> obj = v8::Local<v8::Object>::New(GetJSObject()->GetIsolate(),pData->pData);
336 v8::Isolate* isolate = context->GetIsolate();
/external/chromium_org/content/renderer/pepper/
H A Dresource_converter.cc145 web_dom_file_system.toV8Value(context->Global(), context->GetIsolate());
215 v8::HandleScope handle_scope(context->GetIsolate());
H A Dppb_var_deprecated_impl.cc292 v8::HandleScope handle_scope(object->instance()->GetIsolate());
298 object->instance()->GetIsolate(), object->GetHandle());
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DPageScriptDebugServer.cpp70 v8::Handle<v8::Value> global = V8Window::findInstanceInPrototypeChain(context->Global(), context->GetIsolate());
264 v8::Handle<v8::Value> argvPreprocessedScript[] = { eventData, v8String(debugContext->GetIsolate(), preprocessedSource) };
H A DScriptDebugServer.cpp96 info->Set(v8AtomicString(m_isolate, "sourceID"), v8String(debuggerContext->GetIsolate(), sourceID));
97 info->Set(v8AtomicString(m_isolate, "lineNumber"), v8::Integer::New(debuggerContext->GetIsolate(), scriptBreakpoint.lineNumber));
98 info->Set(v8AtomicString(m_isolate, "columnNumber"), v8::Integer::New(debuggerContext->GetIsolate(), scriptBreakpoint.columnNumber));
99 info->Set(v8AtomicString(m_isolate, "interstatementLocation"), v8Boolean(interstatementLocation, debuggerContext->GetIsolate()));
100 info->Set(v8AtomicString(m_isolate, "condition"), v8String(debuggerContext->GetIsolate(), scriptBreakpoint.condition));
118 info->Set(v8AtomicString(m_isolate, "breakpointId"), v8String(debuggerContext->GetIsolate(), breakpointId));
639 v8::Handle<v8::Value>(v8::Integer::New(debuggerContext->GetIsolate(), scopeNumber)),
640 v8String(debuggerContext->GetIsolate(), variableName),
H A DDOMDataStore.h90 return current(returnValue.GetIsolate()).template setReturnValueFrom<V8T>(returnValue, object);
100 return current(returnValue.GetIsolate()).template setReturnValueFrom<V8T>(returnValue, object);
H A DWindowProxy.cpp332 v8::Handle<v8::Value> documentWrapper = toV8(m_frame->document(), context->Global(), context->GetIsolate());
443 v8::Handle<v8::Value> result = getNamedProperty(htmlDocument, name, info.Holder(), info.GetIsolate());
/external/chromium_org/v8/src/
H A Dallocation-tracker.cc311 script->GetIsolate()->global_handles()->Create(script));
327 HandleScope scope(script_->GetIsolate());
H A Ddisassembler.cc51 const char* name = code_->GetIsolate()->builtins()->Lookup(pc);
308 Isolate* isolate = code->GetIsolate();
H A Dcompiler.cc57 Initialize(script->GetIsolate(), BASE, zone);
87 Initialize(script_->GetIsolate(), BASE, zone);
104 Initialize(script_->GetIsolate(), BASE, zone);
558 if (shared->GetIsolate()->serializer_enabled()) {
813 DCHECK(!function->GetIsolate()->has_pending_exception());
829 DCHECK(!function->GetIsolate()->has_pending_exception());
875 DCHECK(!shared->GetIsolate()->has_pending_exception());
890 function->GetIsolate()->clear_pending_exception();
1090 Isolate* isolate = source->GetIsolate();
1154 Isolate* isolate = source->GetIsolate();
[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...]
H A Dcompiler.h526 zone_(script->GetIsolate()) {}
529 zone_(shared_info->GetIsolate()) {}
532 zone_(closure->GetIsolate()) {}
H A Dstring-stream.cc175 DebugObjectCache* debug_object_cache = ho->GetIsolate()->
438 Isolate* isolate = obj->GetIsolate();
511 Isolate* isolate = fun->GetIsolate();
/external/chromium_org/v8/src/arm/
H A Ddebug-arm.cc35 debug_info_->GetIsolate()->builtins()->Return_DebugBreak()->entry());
76 debug_info_->GetIsolate()->builtins()->Slot_DebugBreak()->entry());
/external/chromium_org/v8/src/mips/
H A Ddebug-mips.cc37 debug_info_->GetIsolate()->builtins()->Return_DebugBreak()->entry())));
82 debug_info_->GetIsolate()->builtins()->Slot_DebugBreak()->entry())));
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8.cc566 if (!V8ObjectToUTF16String(args[0], &message, args.GetIsolate()))
621 v8::Unlocker unlocker(args.GetIsolate());
627 v8::V8::TerminateExecution(args.GetIsolate());
631 ASCIIStringToV8String(args.GetIsolate(), result));
645 ASCIILiteralToV8String(args.GetIsolate(), "127.0.0.1"));
676 ASCIIStringToV8String(args.GetIsolate(), sorted_ip_address_list));
/external/chromium_org/chrome/renderer/searchbox/
H A Dsearchbox_extension.cc679 v8::Isolate* isolate = args.GetIsolate();
695 v8::Isolate* isolate = args.GetIsolate();
726 v8::Isolate* isolate = args.GetIsolate();
738 v8::Isolate* isolate = args.GetIsolate();
765 v8::Isolate* isolate = args.GetIsolate();
783 v8::Isolate* isolate = args.GetIsolate();
/external/chromium_org/extensions/renderer/
H A Dconsole.cc76 (*log_method)(info.GetIsolate()->GetCallingContext(), message);
H A Dscript_context.cc71 isolate_(v8_context->GetIsolate()) {

Completed in 854 milliseconds

1234567891011>>