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

  /external/webkit/WebCore/bindings/v8/
V8DOMWindowShell.h 84 v8::Local<v8::Object> clone(m_wrapperBoilerplates->CloneElementAt(classIndex));
113 v8::Persistent<v8::Array> m_wrapperBoilerplates;
V8DOMWindowShell.cpp 144 // m_context, m_global, and m_wrapperBoilerplates should
147 ASSERT(m_context.IsEmpty() || !m_wrapperBoilerplates.IsEmpty());
159 if (!m_wrapperBoilerplates.IsEmpty()) {
161 V8GCController::unregisterGlobalHandle(this, m_wrapperBoilerplates);
163 m_wrapperBoilerplates.Dispose();
164 m_wrapperBoilerplates.Clear();
303 m_wrapperBoilerplates = v8::Persistent<v8::Array>::New(v8::Array::New(V8ClassIndex::WRAPPER_TYPE_COUNT));
305 if (m_wrapperBoilerplates.IsEmpty()) {
310 V8GCController::registerGlobalHandle(PROXY, this, m_wrapperBoilerplates);
560 m_wrapperBoilerplates->Set(v8::Integer::New(classIndex), instance)
    [all...]

Completed in 405 milliseconds