Searched refs:unregisterGlobalHandle (Results 1 – 11 of 11) sorted by relevance
/external/webkit/WebCore/bindings/v8/ |
D | ScheduledAction.cpp | 77 V8GCController::unregisterGlobalHandle(this, m_function); in ~ScheduledAction() 83 V8GCController::unregisterGlobalHandle(this, m_argv[i]); in ~ScheduledAction()
|
D | V8DataGridDataSource.cpp | 57 V8GCController::unregisterGlobalHandle(this, m_dataSource); in ~V8DataGridDataSource()
|
D | ScriptInstance.cpp | 65 V8GCController::unregisterGlobalHandle(this, m_instance); in clear()
|
D | V8DOMWindowShell.cpp | 161 V8GCController::unregisterGlobalHandle(this, m_wrapperBoilerplates); in disposeContextHandles() 172 V8GCController::unregisterGlobalHandle(this, m_global); in destroyGlobal() 423 V8GCController::unregisterGlobalHandle(this, m_document); in clearDocumentWrapper()
|
D | V8GCController.h | 76 static void unregisterGlobalHandle(void*, v8::Persistent<v8::Value>);
|
D | V8NodeFilterCondition.cpp | 55 V8GCController::unregisterGlobalHandle(this, m_filter); in ~V8NodeFilterCondition()
|
D | ScriptValue.h | 136 V8GCController::unregisterGlobalHandle(this, m_value); in clear()
|
D | V8AbstractEventListener.cpp | 99 V8GCController::unregisterGlobalHandle(this, m_listener); in disposeListenerObject()
|
D | V8GCController.cpp | 97 void V8GCController::unregisterGlobalHandle(void* host, v8::Persistent<v8::Value> handle) in unregisterGlobalHandle() function in WebCore::V8GCController
|
D | NPV8Object.cpp | 73 V8GCController::unregisterGlobalHandle(v8NpObject, v8NpObject->v8Object); in freeV8NPObject()
|
/external/webkit/WebCore/ |
D | ChangeLog-2010-01-29 | 89425 (WebCore::V8GCController::unregisterGlobalHandle):
|