Searched refs:GetIsolate (Results 151 - 175 of 304) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/cctest/
H A Dtest-constantpool.cc35 v8::HandleScope scope(context->GetIsolate());
76 v8::HandleScope scope(context->GetIsolate());
193 v8::HandleScope scope(context->GetIsolate());
213 v8::HandleScope scope(context->GetIsolate());
236 v8::HandleScope scope(context->GetIsolate());
275 v8::HandleScope scope(context->GetIsolate());
/external/pdfium/fpdfsdk/src/javascript/
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...]
/external/chromium_org/v8/src/
H A Dliveedit.cc331 Isolate* isolate = array_->GetIsolate();
504 : array_writer_(s1->GetIsolate()),
520 HandleScope subTaskScope(s1_->GetIsolate());
577 return Handle<Object>(jsValue->value(), jsValue->GetIsolate());
584 Isolate* isolate = object->GetIsolate();
761 Isolate* isolate() const { return result_->GetIsolate(); }
845 Isolate* isolate = script->GetIsolate();
910 Isolate* isolate = array->GetIsolate();
1133 if (data == function->GetIsolate()->heap()->empty_fixed_array()) {
1178 Deoptimizer::VisitAllOptimizedFunctions(function_info->GetIsolate(),
[all...]
H A Dd8.cc318 Throw(args.GetIsolate(), "Invalid argument");
325 Throw(args.GetIsolate(), "Invalid realm index");
338 Isolate* v8_isolate = args.GetIsolate();
352 Isolate* isolate = args.GetIsolate();
362 Isolate* isolate = args.GetIsolate();
365 Throw(args.GetIsolate(), "Invalid argument");
377 PerIsolateData* data = PerIsolateData::Get(args.GetIsolate());
381 Local<Context>::New(args.GetIsolate(), data->realms_[index])->Global());
387 Isolate* isolate = args.GetIsolate();
405 Isolate* isolate = args.GetIsolate();
[all...]
H A Dcontexts.cc54 DCHECK(this->GetIsolate()->bootstrapper()->IsActive());
111 Isolate* isolate = GetIsolate();
388 Isolate* isolate = GetIsolate();
401 if (child->GetIsolate()->bootstrapper()->IsActive()) return true;
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestInterfaceCustomConstructor.cpp41 V8ThrowException::throwTypeError(ExceptionMessages::constructorNotCallableAsFunction("TestInterfaceCustomConstructor"), info.GetIsolate());
45 if (ConstructorMode::current(info.GetIsolate()) == ConstructorMode::WrapExistingObject) {
H A DV8TestSpecialOperationsNotEnumerable.cpp40 v8SetReturnValueString(info, result, info.GetIsolate());
62 v8SetReturnValueString(info, result, info.GetIsolate());
H A DV8TestObject.h115 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
122 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
129 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
142 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
/external/chromium_org/content/public/renderer/
H A Dpepper_plugin_instance.h59 virtual v8::Isolate* GetIsolate() const = 0;
/external/chromium_org/content/renderer/pepper/
H A Dfake_pepper_plugin_instance.h20 virtual v8::Isolate* GetIsolate() const OVERRIDE;
H A Dhost_var_tracker.cc57 v8::HandleScope handle_scope(object_var->instance()->GetIsolate());
65 v8::HandleScope handle_scope(object_var->instance()->GetIsolate());
115 v8::HandleScope handle_scope(instance->GetIsolate());
H A Dplugin_object.cc76 gin::CreateHandle(instance->GetIsolate(),
88 return GetPropertyOrMethod(instance_->GetIsolate(), identifier_var.get());
164 : gin::NamedPropertyInterceptor(instance->GetIsolate(), this),
H A Dmessage_channel.cc92 v8::HandleScope handle_scope(instance->GetIsolate());
95 gin::CreateHandle(instance->GetIsolate(), message_channel);
96 result->Reset(instance->GetIsolate(), handle.ToV8()->ToObject());
172 passthrough_object_.Reset(instance_->GetIsolate(), passthrough);
185 : gin::NamedPropertyInterceptor(instance->GetIsolate(), this),
/external/chromium_org/extensions/renderer/
H A Dapi_activity_logger.cc66 args.GetIsolate()->GetCurrentContext()));
H A Dbinding_generating_native_handler.cc18 v8::Isolate* isolate = module_system_->GetIsolate();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DCustomElementConstructorBuilder.cpp268 v8::Isolate* isolate = info.GetIsolate();
280 Document* document = V8Document::toImpl(V8HiddenValue::getHiddenValue(info.GetIsolate(), info.Callee(), V8HiddenValue::customElementDocument(isolate)).As<v8::Object>());
283 v8::Handle<v8::Value> maybeType = V8HiddenValue::getHiddenValue(info.GetIsolate(), info.Callee(), V8HiddenValue::customElementType(isolate));
286 ExceptionState exceptionState(ExceptionState::ConstructionContext, "CustomElement", info.Holder(), info.GetIsolate());
H A DV8PerIsolateData.cpp232 v8::Handle<v8::Value> value = info.Callee()->Get(v8AtomicString(info.GetIsolate(), "toString"));
234 v8SetReturnValue(info, v8::String::Empty(info.GetIsolate()));
237 v8SetReturnValue(info, V8ScriptRunner::callInternalFunction(v8::Handle<v8::Function>::Cast(value), info.This(), 0, 0, info.GetIsolate()));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8TypedArrayCustom.h89 v8::Handle<v8::Object> wrapper = wrap(impl, info.Holder(), info.GetIsolate());
96 ASSERT(DOMWrapperWorld::current(info.GetIsolate()).isMainWorld());
103 v8::Handle<v8::Value> wrapper = wrap(impl, info.Holder(), info.GetIsolate());
116 v8::Handle<v8::Object> wrapper = wrap(impl, info.Holder(), info.GetIsolate());
H A DV8HTMLPlugInElementCustom.cpp57 v8::Local<v8::Object> instance = wrapper->newLocal(info.GetIsolate());
91 v8::Local<v8::Object> instance = wrapper->newLocal(info.GetIsolate());
187 v8::Local<v8::Object> instance = wrapper->newLocal(info.GetIsolate());
/external/chromium_org/v8/include/
H A Dv8-debug.h88 virtual Isolate* GetIsolate() const = 0;
/external/chromium_org/v8/samples/
H A Dlineprocessor.cc207 v8::Isolate* isolate = context->GetIsolate();
337 v8::HandleScope handle_scope(args.GetIsolate());
356 args.GetIsolate()->ThrowException(
357 v8::String::NewFromUtf8(args.GetIsolate(), "Unexpected arguments"));
/external/chromium_org/v8/src/heap/
H A Dmark-compact-inl.h36 DCHECK(obj->GetIsolate()->heap()->Contains(obj));
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Runtime.h53 v8::Isolate* GetIsolate(){return m_isolate;}; function in class:CJS_Runtime
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DGlobal.cpp86 HandleScope handleScope(args.GetIsolate());
106 args.GetIsolate()->ThrowException(
108 args.GetIsolate(), "Error: 2 arguments required."));
/external/skia/experimental/SkV8Example/
H A DGlobal.cpp86 HandleScope handleScope(args.GetIsolate());
106 args.GetIsolate()->ThrowException(
108 args.GetIsolate(), "Error: 2 arguments required."));

Completed in 1039 milliseconds

1234567891011>>