HomeSort by relevance Sort by last modified time
    Searched refs:GetIsolate (Results 226 - 250 of 304) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/fpdfsdk/src/javascript/
JS_Object.cpp 106 m_pIsolate = context->GetIsolate();
util.cpp 23 static v8::Isolate* GetIsolate(IFXJS_Context* cc)
31 return pRuntime->GetIsolate();
207 v8::Isolate* isolate = GetIsolate(cc);
583 v8::Isolate* isolate = GetIsolate(cc);
PublicMethods.cpp 22 static v8::Isolate* GetIsolate(IFXJS_Context* cc)
30 return pRuntime->GetIsolate();
1066 v8::Isolate* isolate = ::GetIsolate(cc);
    [all...]
Document.cpp 21 static v8::Isolate* GetIsolate(IFXJS_Context* cc)
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);
    [all...]
global.cpp 171 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/
resource_converter.cc 145 web_dom_file_system.toV8Value(context->Global(), context->GetIsolate());
215 v8::HandleScope handle_scope(context->GetIsolate());
ppb_var_deprecated_impl.cc 292 v8::HandleScope handle_scope(object->instance()->GetIsolate());
298 object->instance()->GetIsolate(), object->GetHandle());
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
PageScriptDebugServer.cpp 70 v8::Handle<v8::Value> global = V8Window::findInstanceInPrototypeChain(context->Global(), context->GetIsolate());
264 v8::Handle<v8::Value> argvPreprocessedScript[] = { eventData, v8String(debugContext->GetIsolate(), preprocessedSource) };
ScriptDebugServer.cpp 96 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),
DOMDataStore.h 90 return current(returnValue.GetIsolate()).template setReturnValueFrom<V8T>(returnValue, object);
100 return current(returnValue.GetIsolate()).template setReturnValueFrom<V8T>(returnValue, object);
WindowProxy.cpp 332 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/
allocation-tracker.cc 311 script->GetIsolate()->global_handles()->Create(script));
327 HandleScope scope(script_->GetIsolate());
compiler.cc 57 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();
    [all...]
objects-inl.h 995 GlobalObject* global = proxy->GetIsolate()->context()->global_object();
1127 Isolate* isolate = name->GetIsolate();
1150 proxy, receiver, proxy->GetIsolate()->factory()->Uint32ToString(index));
    [all...]
compiler.h 526 zone_(script->GetIsolate()) {}
529 zone_(shared_info->GetIsolate()) {}
532 zone_(closure->GetIsolate()) {}
string-stream.cc 175 DebugObjectCache* debug_object_cache = ho->GetIsolate()->
438 Isolate* isolate = obj->GetIsolate();
511 Isolate* isolate = fun->GetIsolate();
disassembler.cc 51 const char* name = code_->GetIsolate()->builtins()->Lookup(pc);
308 Isolate* isolate = code->GetIsolate();
  /external/chromium_org/v8/src/arm/
debug-arm.cc 35 debug_info_->GetIsolate()->builtins()->Return_DebugBreak()->entry());
76 debug_info_->GetIsolate()->builtins()->Slot_DebugBreak()->entry());
  /external/chromium_org/v8/src/arm64/
debug-arm64.cc 45 debug_info_->GetIsolate()->builtins()->Return_DebugBreak()->entry();
104 debug_info_->GetIsolate()->builtins()->Slot_DebugBreak()->entry();
  /external/chromium_org/v8/src/mips/
debug-mips.cc 37 debug_info_->GetIsolate()->builtins()->Return_DebugBreak()->entry())));
82 debug_info_->GetIsolate()->builtins()->Slot_DebugBreak()->entry())));
  /external/chromium_org/net/proxy/
proxy_resolver_v8.cc 566 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/
searchbox_extension.cc 679 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();
    [all...]
  /external/chromium_org/v8/test/cctest/
test-declarative-accessors.cc 99 v8::FunctionTemplate::New(context->GetIsolate());
118 v8::HandleScope scope(local_context->GetIsolate());
  /external/chromium_org/v8/include/
v8.h 421 V8_INLINE Isolate* GetIsolate() const { return isolate_; }
813 V8_INLINE Isolate* GetIsolate() const {
    [all...]
  /external/chromium_org/extensions/renderer/
console.cc 76 (*log_method)(info.GetIsolate()->GetCallingContext(), message);

Completed in 582 milliseconds

1 2 3 4 5 6 7 8 91011>>