Home | History | Annotate | Download | only in v8

Lines Matching refs:v8

34 #include "bindings/core/v8/ScopedPersistent.h"
36 #include <v8.h>
42 static PassOwnPtr<CustomElementBinding> create(v8::Isolate*, v8::Handle<v8::Object> prototype);
46 v8::Handle<v8::Object> prototype() { return m_prototype.newLocal(m_isolate); }
49 CustomElementBinding(v8::Isolate*, v8::Handle<v8::Object> prototype);
51 v8::Isolate* m_isolate;
52 ScopedPersistent<v8::Object> m_prototype;