Searched defs:V8TypedArray (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8TypedArrayCustom.h48 class V8TypedArray { class in namespace:WebCore
69 return V8TypedArray<TypedArray>::createWrapper(impl, creationContext, isolate);
129 typedef V8TypedArray<TypedArray> Binding;
137 static const WrapperTypeInfo* info() { return &V8TypedArray<TypedArray>::wrapperTypeInfo; }
142 v8::Handle<v8::Object> V8TypedArray<TypedArray>::createWrapper(PassRefPtr<TypedArray> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
159 TypedArray* V8TypedArray<TypedArray>::toNative(v8::Handle<v8::Object> object)
179 const WrapperTypeInfo V8TypedArray<TypedArray>::wrapperTypeInfo = {
181 0, V8TypedArray<TypedArray>::derefObject,
186 void V8TypedArray<TypedArray>::derefObject(void* object)

Completed in 110 milliseconds