Searched defs:isolate (Results 201 - 225 of 702) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8AbstractEventListener.cpp50 , m_isolate(scriptState->isolate())
56 V8AbstractEventListener::V8AbstractEventListener(bool isAttribute, v8::Isolate* isolate) argument
60 , m_isolate(isolate)
70 V8EventListenerList::clearWrapper(m_listener.newLocal(isolate()), m_isAttribute, isolate());
95 v8::Handle<v8::Value> jsEvent = toV8(event, scriptState()->context()->Global(), isolate());
98 invokeEventHandler(event, v8::Local<v8::Value>::New(isolate(), jsEvent));
103 m_listener.set(isolate(), listener);
121 v8::Local<v8::Value> savedEvent = V8HiddenValue::getHiddenValue(isolate(), scriptState()->context()->Global(), V8HiddenValue::event(isolate()));
[all...]
H A DV8AbstractEventListener.h112 v8::Isolate* isolate() const { return m_isolate; } function in class:blink::V8AbstractEventListener
H A DV8DOMWrapper.h53 static v8::Handle<v8::Object> associateObjectWithWrapper(RawPtr<T> object, const WrapperTypeInfo* wrapperTypeInfo, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate) argument
55 return associateObjectWithWrapper<V8T, T>(object.get(), wrapperTypeInfo, wrapper, isolate);
134 inline v8::Handle<v8::Object> V8DOMWrapper::associateObjectWithWrapper(PassRefPtr<T> object, const WrapperTypeInfo* wrapperTypeInfo, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate) argument
138 DOMDataStore::setWrapper<V8T>(object.leakRef(), wrapper, isolate, wrapperTypeInfo);
143 inline v8::Handle<v8::Object> V8DOMWrapper::associateObjectWithWrapper(T* object, const WrapperTypeInfo* wrapperTypeInfo, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate) argument
147 DOMDataStore::setWrapper<V8T>(object, wrapper, isolate, wrapperTypeInfo);
151 inline v8::Handle<v8::Object> V8DOMWrapper::associateObjectWithWrapperNonTemplate(ScriptWrappable* impl, const WrapperTypeInfo* wrapperTypeInfo, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate) argument
166 DOMDataStore::setWrapperNonTemplate(impl, wrapper, isolate, wrapperTypeInfo);
170 inline v8::Handle<v8::Object> V8DOMWrapper::associateObjectWithWrapperNonTemplate(Node* node, const WrapperTypeInfo* wrapperTypeInfo, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate) argument
185 DOMDataStore::setWrapperNonTemplate(node, wrapper, isolate, wrapperTypeInf
191 V8WrapperInstantiationScope(v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
[all...]
H A DV8ThrowException.cpp47 v8::Handle<v8::Value> V8ThrowException::createDOMException(int ec, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) argument
55 return V8ThrowException::createGeneralError(sanitizedMessage, isolate);
57 return V8ThrowException::createTypeError(sanitizedMessage, isolate);
59 return V8ThrowException::createRangeError(sanitizedMessage, isolate);
61 return V8ThrowException::createSyntaxError(sanitizedMessage, isolate);
63 return V8ThrowException::createReferenceError(sanitizedMessage, isolate);
66 v8::Handle<v8::Value> exception = toV8(domException, creationContext, isolate);
72 v8::Handle<v8::Value> error = v8::Exception::Error(v8String(isolate, domException->message()));
75 exception->ToObject()->SetAccessor(v8AtomicString(isolate, "stack"), domExceptionStackGetter, domExceptionStackSetter, error);
80 v8::Handle<v8::Value> V8ThrowException::throwDOMException(int ec, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) argument
90 createGeneralError(const String& message, v8::Isolate* isolate) argument
95 throwGeneralError(const String& message, v8::Isolate* isolate) argument
101 createTypeError(const String& message, v8::Isolate* isolate) argument
106 throwTypeError(const String& message, v8::Isolate* isolate) argument
112 createRangeError(const String& message, v8::Isolate* isolate) argument
117 throwRangeError(const String& message, v8::Isolate* isolate) argument
123 createSyntaxError(const String& message, v8::Isolate* isolate) argument
128 throwSyntaxError(const String& message, v8::Isolate* isolate) argument
134 createReferenceError(const String& message, v8::Isolate* isolate) argument
139 throwReferenceError(const String& message, v8::Isolate* isolate) argument
145 throwException(v8::Handle<v8::Value> exception, v8::Isolate* isolate) argument
[all...]
H A DV8ValueCache.cpp42 v8::Isolate* isolate, v8::UniquePersistent<v8::String> value, StringImpl* key)
44 V8PerIsolateData::from(isolate)->stringCache()->InvalidateLastString();
57 static v8::Local<v8::String> makeExternalString(const String& string, v8::Isolate* isolate) argument
61 v8::Local<v8::String> newString = v8::String::NewExternal(isolate, stringResource);
68 v8::Local<v8::String> newString = v8::String::NewExternal(isolate, stringResource);
74 v8::Handle<v8::String> StringCache::v8ExternalStringSlow(StringImpl* stringImpl, v8::Isolate* isolate) argument
77 return v8::String::Empty(isolate);
83 return m_lastV8String.NewLocal(isolate);
86 return createStringAndInsertIntoCache(stringImpl, isolate);
107 v8::Local<v8::String> StringCache::createStringAndInsertIntoCache(StringImpl* stringImpl, v8::Isolate* isolate) argument
41 Dispose( v8::Isolate* isolate, v8::UniquePersistent<v8::String> value, StringImpl* key) argument
[all...]
H A DV8ValueCache.h63 StringCache(v8::Isolate* isolate) : m_stringCache(isolate) { } argument
66 v8::Handle<v8::String> v8ExternalString(StringImpl* stringImpl, v8::Isolate* isolate) argument
70 return m_lastV8String.NewLocal(isolate);
71 return v8ExternalStringSlow(stringImpl, isolate);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8ArrayBufferCustom.cpp82 v8::Handle<v8::Object> V8ArrayBuffer::createWrapper(PassRefPtr<ArrayBuffer> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
85 ASSERT(!DOMDataStore::containsWrapper<V8ArrayBuffer>(impl.get(), isolate));
87 v8::Handle<v8::Object> wrapper = v8::ArrayBuffer::New(isolate, impl->data(), impl->byteLength());
90 V8DOMWrapper::associateObjectWithWrapper<V8ArrayBuffer>(impl, &wrapperTypeInfo, wrapper, isolate);
112 ArrayBuffer* V8ArrayBuffer::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) argument
114 return V8ArrayBuffer::hasInstance(value, isolate) ? V8ArrayBuffer::toImpl(v8::Handle<v8::Object>::Cast(value)) : 0;
118 v8::Handle<v8::Value> toV8NoInline(ArrayBuffer* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
120 return toV8(impl, creationContext, isolate);
H A DV8BlobCustomHelpers.cpp70 bool ParsedProperties::parseBlobPropertyBag(v8::Local<v8::Value> propertyBag, const char* blobClassName, ExceptionState& exceptionState, v8::Isolate* isolate) argument
72 TONATIVE_DEFAULT(Dictionary, dictionary, Dictionary(propertyBag, isolate), false);
109 bool processBlobParts(v8::Local<v8::Object> blobParts, bool normalizeLineEndingsToNative, BlobData& blobData, v8::Isolate* isolate) argument
119 if (V8ArrayBuffer::hasInstance(item, isolate)) {
123 } else if (V8ArrayBufferView::hasInstance(item, isolate)) {
127 } else if (V8Blob::hasInstance(item, isolate)) {
H A DV8HTMLCanvasElementCustom.cpp53 v8::Isolate* isolate = info.GetIsolate(); local
62 v8::Handle<v8::String> alpha = v8AtomicString(isolate, "alpha");
65 v8::Handle<v8::String> depth = v8AtomicString(isolate, "depth");
68 v8::Handle<v8::String> stencil = v8AtomicString(isolate, "stencil");
71 v8::Handle<v8::String> antialias = v8AtomicString(isolate, "antialias");
74 v8::Handle<v8::String> premultipliedAlpha = v8AtomicString(isolate, "premultipliedAlpha");
77 v8::Handle<v8::String> preserveDrawingBuffer = v8AtomicString(isolate, "preserveDrawingBuffer");
80 v8::Handle<v8::String> failIfMajorPerformanceCaveat = v8AtomicString(isolate, "failIfMajorPerformanceCaveat");
89 v8::Handle<v8::String> alpha = v8AtomicString(isolate, "alpha");
103 ScriptState* scriptState = ScriptState::current(isolate);
[all...]
H A DV8InjectedScriptManager.cpp64 static v8::Local<v8::Object> createInjectedScriptHostV8Wrapper(PassRefPtrWillBeRawPtr<InjectedScriptHost> host, InjectedScriptManager* injectedScriptManager, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
68 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &V8InjectedScriptHost::wrapperTypeInfo, host->toScriptWrappableBase(), isolate);
80 callbackData->handle.set(isolate, wrapper);
94 v8::Isolate* isolate = inspectedScriptState->isolate(); local
101 v8::Local<v8::Object> scriptHostWrapper = createInjectedScriptHostV8Wrapper(m_injectedScriptHost, this, inspectedScriptState->context()->Global(), inspectedScriptState->isolate());
110 v8::Local<v8::Value> value = V8ScriptRunner::compileAndRunInternalScript(v8String(isolate, scriptSource), isolate);
115 v8::Handle<v8::Value> info[] = { scriptHostWrapper, windowGlobal, v8::Number::New(inspectedScriptState->isolate(), id) };
116 v8::Local<v8::Value> injectedScriptValue = V8ScriptRunner::callInternalFunction(v8::Local<v8::Function>::Cast(value), windowGlobal, WTF_ARRAY_LENGTH(info), info, inspectedScriptState->isolate());
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
H A DIDBBindingUtilitiesTest.cpp39 IDBKey* checkKeyFromValueAndKeyPathInternal(v8::Isolate* isolate, const ScriptValue& value, const String& keyPath) argument
44 return createIDBKeyFromScriptValueAndKeyPath(isolate, value, idbKeyPath);
47 void checkKeyPathNullValue(v8::Isolate* isolate, const ScriptValue& value, const String& keyPath) argument
49 ASSERT_FALSE(checkKeyFromValueAndKeyPathInternal(isolate, value, keyPath));
57 return injectV8KeyIntoV8Value(scriptState->isolate(), keyValue.v8Value(), value.v8Value(), idbKeyPath);
64 IDBKey* extractedKey = checkKeyFromValueAndKeyPathInternal(scriptState->isolate(), value, keyPath);
73 void checkKeyPathStringValue(v8::Isolate* isolate, const ScriptValue& value, const String& keyPath, const String& expected) argument
75 IDBKey* idbKey = checkKeyFromValueAndKeyPathInternal(isolate, value, keyPath);
81 void checkKeyPathNumberValue(v8::Isolate* isolate, const ScriptValue& value, const String& keyPath, int expected) argument
83 IDBKey* idbKey = checkKeyFromValueAndKeyPathInternal(isolate, valu
104 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
116 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
128 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
145 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
158 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8CryptoKeyCustom.cpp18 DictionaryBuilder(v8::Handle<v8::Object> holder, v8::Isolate* isolate) argument
20 , m_isolate(isolate)
21 , m_dictionary(Dictionary::createEmpty(isolate))
H A DV8DeviceMotionEventCustom.cpp37 DeviceMotionData::Acceleration* readAccelerationArgument(v8::Local<v8::Value> value, v8::Isolate* isolate) argument
45 v8::Local<v8::Value> xValue = object->Get(v8AtomicString(isolate, "x"));
51 v8::Local<v8::Value> yValue = object->Get(v8AtomicString(isolate, "y"));
57 v8::Local<v8::Value> zValue = object->Get(v8AtomicString(isolate, "z"));
69 DeviceMotionData::RotationRate* readRotationRateArgument(v8::Local<v8::Value> value, v8::Isolate* isolate) argument
77 v8::Local<v8::Value> alphaValue = object->Get(v8AtomicString(isolate, "alpha"));
83 v8::Local<v8::Value> betaValue = object->Get(v8AtomicString(isolate, "beta"));
89 v8::Local<v8::Value> gammaValue = object->Get(v8AtomicString(isolate, "gamma"));
106 v8::Isolate* isolate = info.GetIsolate(); local
110 DeviceMotionData::Acceleration* acceleration = readAccelerationArgument(info[3], isolate);
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8SVGTestInterface.h49 inline v8::Handle<v8::Object> wrap(SVGTestInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
51 return impl->wrap(creationContext, isolate);
54 inline v8::Handle<v8::Value> toV8(SVGTestInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
57 return v8::Null(isolate);
58 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8SVGTestInterface>(impl, isolate);
62 return impl->wrap(creationContext, isolate);
105 inline v8::Handle<v8::Value> toV8(PassRefPtr<SVGTestInterface> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
107 return toV8(impl.get(), creationContext, isolate);
H A DV8TestDictionary.cpp20 TestDictionary* V8TestDictionary::toImpl(v8::Isolate* isolate, v8::Handle<v8::Value> v8Value, ExceptionState& exceptionState) argument
27 Dictionary dictionary(v8Value, isolate);
166 v8::Handle<v8::Value> toV8(TestDictionary* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
168 v8::Handle<v8::Object> v8Object = v8::Object::New(isolate);
170 v8Object->Set(v8String(isolate, "booleanMember"), v8Boolean(impl->booleanMember(), isolate));
173 v8Object->Set(v8String(isolate, "doubleOrNullMember"), v8::Number::New(isolate, impl->doubleOrNullMember()));
175 v8Object->Set(v8String(isolate, "doubleOrNullMember"), v8::Null(isolate));
[all...]
H A DV8TestException.h49 inline v8::Handle<v8::Object> wrap(TestException* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
51 return impl->wrap(creationContext, isolate);
54 inline v8::Handle<v8::Value> toV8(TestException* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
57 return v8::Null(isolate);
58 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestException>(impl, isolate);
62 return impl->wrap(creationContext, isolate);
105 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestException> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
107 return toV8(impl.get(), creationContext, isolate);
H A DV8TestInterface2.h51 inline v8::Handle<v8::Object> wrap(TestInterface2* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
53 return impl->wrap(creationContext, isolate);
56 inline v8::Handle<v8::Value> toV8(TestInterface2* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
59 return v8::Null(isolate);
60 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterface2>(impl, isolate);
64 return impl->wrap(creationContext, isolate);
107 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterface2> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
109 return toV8(impl.get(), creationContext, isolate);
H A DV8TestInterface3.h58 inline v8::Handle<v8::Object> wrap(TestInterface3* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
60 return impl->wrap(creationContext, isolate);
63 inline v8::Handle<v8::Value> toV8(TestInterface3* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
66 return v8::Null(isolate);
67 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterface3>(impl, isolate);
71 return impl->wrap(creationContext, isolate);
114 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterface3> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
116 return toV8(impl.get(), creationContext, isolate);
H A DV8TestInterfaceCheckSecurity.h49 inline v8::Handle<v8::Object> wrap(TestInterfaceCheckSecurity* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
51 return impl->wrap(creationContext, isolate);
54 inline v8::Handle<v8::Value> toV8(TestInterfaceCheckSecurity* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
57 return v8::Null(isolate);
58 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceCheckSecurity>(impl, isolate);
62 return impl->wrap(creationContext, isolate);
105 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceCheckSecurity> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
107 return toV8(impl.get(), creationContext, isolate);
H A DV8TestInterfaceConstructor.h56 inline v8::Handle<v8::Object> wrap(TestInterfaceConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
58 return impl->wrap(creationContext, isolate);
61 inline v8::Handle<v8::Value> toV8(TestInterfaceConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return v8::Null(isolate);
65 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceConstructor>(impl, isolate);
69 return impl->wrap(creationContext, isolate);
112 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceConstructor> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
114 return toV8(impl.get(), creationContext, isolate);
H A DV8TestInterfaceConstructor2.h50 inline v8::Handle<v8::Object> wrap(TestInterfaceConstructor2* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
52 return impl->wrap(creationContext, isolate);
55 inline v8::Handle<v8::Value> toV8(TestInterfaceConstructor2* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
58 return v8::Null(isolate);
59 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceConstructor2>(impl, isolate);
63 return impl->wrap(creationContext, isolate);
106 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceConstructor2> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
108 return toV8(impl.get(), creationContext, isolate);
H A DV8TestInterfaceConstructor3.cpp69 static void installV8TestInterfaceConstructor3Template(v8::Handle<v8::FunctionTemplate> functionTemplate, v8::Isolate* isolate) argument
78 isolate);
85 functionTemplate->Set(v8AtomicString(isolate, "toString"), V8PerIsolateData::from(isolate)->toStringTemplate());
88 v8::Handle<v8::FunctionTemplate> V8TestInterfaceConstructor3::domTemplate(v8::Isolate* isolate) argument
90 return V8DOMConfiguration::domClassTemplate(isolate, const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), installV8TestInterfaceConstructor3Template);
93 bool V8TestInterfaceConstructor3::hasInstance(v8::Handle<v8::Value> v8Value, v8::Isolate* isolate) argument
95 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value);
98 v8::Handle<v8::Object> V8TestInterfaceConstructor3::findInstanceInPrototypeChain(v8::Handle<v8::Value> v8Value, v8::Isolate* isolate) argument
100 return V8PerIsolateData::from(isolate)
103 toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) argument
126 toV8NoInline(TestInterfaceConstructor3* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
[all...]
H A DV8TestInterfaceConstructor3.h50 inline v8::Handle<v8::Object> wrap(TestInterfaceConstructor3* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
52 return impl->wrap(creationContext, isolate);
55 inline v8::Handle<v8::Value> toV8(TestInterfaceConstructor3* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
58 return v8::Null(isolate);
59 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceConstructor3>(impl, isolate);
63 return impl->wrap(creationContext, isolate);
106 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceConstructor3> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
108 return toV8(impl.get(), creationContext, isolate);
H A DV8TestInterfaceConstructor4.h50 inline v8::Handle<v8::Object> wrap(TestInterfaceConstructor4* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
52 return impl->wrap(creationContext, isolate);
55 inline v8::Handle<v8::Value> toV8(TestInterfaceConstructor4* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
58 return v8::Null(isolate);
59 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceConstructor4>(impl, isolate);
63 return impl->wrap(creationContext, isolate);
106 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceConstructor4> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
108 return toV8(impl.get(), creationContext, isolate);
H A DV8TestInterfaceCustomConstructor.cpp53 static void installV8TestInterfaceCustomConstructorTemplate(v8::Handle<v8::FunctionTemplate> functionTemplate, v8::Isolate* isolate) argument
62 isolate);
69 functionTemplate->Set(v8AtomicString(isolate, "toString"), V8PerIsolateData::from(isolate)->toStringTemplate());
72 v8::Handle<v8::FunctionTemplate> V8TestInterfaceCustomConstructor::domTemplate(v8::Isolate* isolate) argument
74 return V8DOMConfiguration::domClassTemplate(isolate, const_cast<WrapperTypeInfo*>(&wrapperTypeInfo), installV8TestInterfaceCustomConstructorTemplate);
77 bool V8TestInterfaceCustomConstructor::hasInstance(v8::Handle<v8::Value> v8Value, v8::Isolate* isolate) argument
79 return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value);
82 v8::Handle<v8::Object> V8TestInterfaceCustomConstructor::findInstanceInPrototypeChain(v8::Handle<v8::Value> v8Value, v8::Isolate* isolate) argument
84 return V8PerIsolateData::from(isolate)
87 toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) argument
110 toV8NoInline(TestInterfaceCustomConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
[all...]

Completed in 1187 milliseconds

1234567891011>>