Home
last modified time | relevance | path

Searched refs:unregisterGlobalHandle (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/bindings/v8/
DScheduledAction.cpp77 V8GCController::unregisterGlobalHandle(this, m_function); in ~ScheduledAction()
83 V8GCController::unregisterGlobalHandle(this, m_argv[i]); in ~ScheduledAction()
DV8DataGridDataSource.cpp57 V8GCController::unregisterGlobalHandle(this, m_dataSource); in ~V8DataGridDataSource()
DScriptInstance.cpp65 V8GCController::unregisterGlobalHandle(this, m_instance); in clear()
DV8DOMWindowShell.cpp161 V8GCController::unregisterGlobalHandle(this, m_wrapperBoilerplates); in disposeContextHandles()
172 V8GCController::unregisterGlobalHandle(this, m_global); in destroyGlobal()
423 V8GCController::unregisterGlobalHandle(this, m_document); in clearDocumentWrapper()
DV8GCController.h76 static void unregisterGlobalHandle(void*, v8::Persistent<v8::Value>);
DV8NodeFilterCondition.cpp55 V8GCController::unregisterGlobalHandle(this, m_filter); in ~V8NodeFilterCondition()
DScriptValue.h136 V8GCController::unregisterGlobalHandle(this, m_value); in clear()
DV8AbstractEventListener.cpp99 V8GCController::unregisterGlobalHandle(this, m_listener); in disposeListenerObject()
DV8GCController.cpp97 void V8GCController::unregisterGlobalHandle(void* host, v8::Persistent<v8::Value> handle) in unregisterGlobalHandle() function in WebCore::V8GCController
DNPV8Object.cpp73 V8GCController::unregisterGlobalHandle(v8NpObject, v8NpObject->v8Object); in freeV8NPObject()
/external/webkit/WebCore/
DChangeLog-2010-01-2989425 (WebCore::V8GCController::unregisterGlobalHandle):