HomeSort by relevance Sort by last modified time
    Searched refs:V8TestObj (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestObj.cpp 22 #include "V8TestObj.h"
49 WrapperTypeInfo V8TestObj::info = { V8TestObj::GetTemplate, V8TestObj::derefObject, 0, 0 };
58 TestObj* imp = V8TestObj::toNative(info.Holder());
65 TestObj* imp = V8TestObj::toNative(info.Holder());
72 TestObj* imp = V8TestObj::toNative(info.Holder());
86 TestObj* imp = V8TestObj::toNative(info.Holder());
93 TestObj* imp = V8TestObj::toNative(info.Holder());
102 TestObj* imp = V8TestObj::toNative(info.Holder())
    [all...]
V8TestObj.h 33 class V8TestObj {
56 v8::Handle<v8::Object> V8TestObj::wrap(TestObj* impl)
61 return V8TestObj::wrapSlow(impl);
68 return V8TestObj::wrap(impl);

Completed in 284 milliseconds