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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/v8/src/
api.cc 587 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();
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
media_galleries_custom_bindings.cc 43 .toV8Value(args.Holder(), args.GetIsolate()));
page_capture_custom_bindings.cc 35 args.GetReturnValue().Set(blob.toV8Value(args.Holder(), args.GetIsolate()));
  /external/chromium_org/content/public/renderer/
pepper_plugin_instance.h 59 virtual v8::Isolate* GetIsolate() const = 0;
  /external/chromium_org/content/renderer/pepper/
fake_pepper_plugin_instance.cc 20 v8::Isolate* FakePepperPluginInstance::GetIsolate() const { return NULL; }
fake_pepper_plugin_instance.h 20 virtual v8::Isolate* GetIsolate() const OVERRIDE;
  /external/chromium_org/extensions/renderer/
file_system_natives.cc 68 .toV8Value(args.Holder(), args.GetIsolate()));
109 args.GetIsolate()));
121 args.GetReturnValue().Set(v8::String::NewFromUtf8(args.GetIsolate(),
153 dom_error.toV8Value(args.Holder(), args.GetIsolate()));
user_gestures_native_handler.cc 30 args.GetIsolate(),
  /external/chromium_org/extensions/renderer/guest_view/
guest_view_internal_custom_bindings.cc 73 args.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8PerContextData.cpp 44 : m_isolate(context->GetIsolate())
187 v8::HandleScope scope(context->GetIsolate());
188 v8::Handle<v8::Value> debugData = createDebugData(worldName, debugId, context->GetIsolate());
195 v8::HandleScope scope(context->GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8ArrayBufferCustom.h 104 v8::Handle<v8::Object> wrapper = wrap(impl, info.Holder(), info.GetIsolate());
111 ASSERT(DOMWrapperWorld::current(info.GetIsolate()).isMainWorld());
118 v8::Handle<v8::Value> wrapper = wrap(impl, info.Holder(), info.GetIsolate());
131 v8::Handle<v8::Object> wrapper = wrap(impl, info.Holder(), info.GetIsolate());
V8InjectedScriptHostCustom.cpp 91 V8ThrowException::throwTypeError("argument has to be an integer", info.GetIsolate());
97 v8SetReturnValue(info, object->get(ScriptState::current(info.GetIsolate())).v8Value());
126 v8::Local<v8::String> constructorSymbol = v8AtomicString(info.GetIsolate(), "constructor");
151 v8SetReturnValue(info, V8HTMLAllCollection::hasInstance(info[0], info.GetIsolate()));
158 v8::Isolate* isolate = info.GetIsolate();
203 v8::Isolate* isolate = info.GetIsolate();
287 EventTarget* target = V8EventTarget::toImplWithTypeCheck(info.GetIsolate(), value);
291 target = toDOMWindow(value, info.GetIsolate());
300 v8::Local<v8::Object> result = v8::Object::New(info.GetIsolate());
302 v8::Handle<v8::Array> listeners = getJSListenerFunctions(target->executionContext(), listenersArray[i], info.GetIsolate());
    [all...]
V8JavaScriptCallFrameCustom.cpp 78 v8SetReturnValue(info, v8AtomicString(info.GetIsolate(), "function"));
V8TypedArrayCustom.h 89 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());
V8XSLTProcessorCustom.cpp 71 v8SetReturnValueString(info, result, info.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
V8CryptoKeyCustom.cpp 62 DictionaryBuilder builder(info.Holder(), info.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterface3.h 83 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
90 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
97 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
110 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceEventConstructor.h 82 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
89 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
96 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
109 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceEventTarget.cpp 42 V8ThrowException::throwTypeError(ExceptionMessages::constructorNotCallableAsFunction("Name"), info.GetIsolate());
46 if (ConstructorMode::current(info.GetIsolate()) == ConstructorMode::WrapExistingObject) {
50 Document& document = *toDocument(currentExecutionContext(info.GetIsolate()));
53 impl->associateWithWrapper(&V8TestInterfaceEventTargetConstructor::wrapperTypeInfo, wrapper, info.GetIsolate());
V8TestInterfaceEventTarget.h 88 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
95 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
102 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
115 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceNotScriptWrappable.cpp 48 TestInterfaceNotScriptWrappable* cppValue = V8TestInterfaceNotScriptWrappable::toImplWithTypeCheck(info.GetIsolate(), v8Value);
62 V8ThrowException::throwException(createMinimumArityTypeErrorForMethod("func", "TestInterfaceNotScriptWrappable", 1, info.Length(), info.GetIsolate()), info.GetIsolate());
68 arg = V8TestInterfaceNotScriptWrappable::toImplWithTypeCheck(info.GetIsolate(), info[0]);
V8TestInterfaceNotScriptWrappable.h 73 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
80 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
87 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
100 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceWillBeGarbageCollected.h 89 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
96 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
103 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
116 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
  /external/chromium_org/v8/test/cctest/
test-platform.cc 32 args.GetIsolate(), static_cast<uint32_t>(sp_addr)));
test-unscopables-hidden-prototype.cc 24 v8::Isolate* isolate = context->GetIsolate();

Completed in 692 milliseconds

1 2 3 4 56 7 8 91011>>