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

  /external/webkit/Source/WebCore/bindings/v8/
OwnHandle.h 61 void makeWeak()
65 m_handle.MakeWeak(this, &OwnHandle<T>::weakCallback);
V8IsolatedContext.cpp 83 m_context->get().MakeWeak(this, &contextWeakReferenceCallback);
ScriptState.cpp 52 m_context.MakeWeak(this, &ScriptState::weakReferenceCallback);
V8AbstractEventListener.cpp 128 m_listener.MakeWeak(this, &weakEventListenerCallback);
V8DOMMap.h 92 wrapper.MakeWeak(obj, Parent::weakReferenceCallback());
V8GCController.cpp 465 wrapper.MakeWeak(port1, &DOMDataStore::weakActiveDOMObjectCallback);
475 wrapper.MakeWeak(object, &DOMDataStore::weakActiveDOMObjectCallback);
IntrusiveDOMWrapperMap.h 146 wrapper.MakeWeak(obj, weakReferenceCallback());
V8Binding.cpp 499 wrapper.MakeWeak(stringImpl, cachedStringCallback);
  /external/v8/test/cctest/
test-mark-compact.cc 324 global_handles->MakeWeak(g1s1.location(),
327 global_handles->MakeWeak(g1s2.location(),
330 global_handles->MakeWeak(g1c1.location(),
340 global_handles->MakeWeak(g2s1.location(),
343 global_handles->MakeWeak(g2s2.location(),
346 global_handles->MakeWeak(g2c1.location(),
375 global_handles->MakeWeak(root.location(),
403 global_handles->MakeWeak(g1c1.location(),
406 global_handles->MakeWeak(g2c1.location(),
test-weakmaps.cc 100 global_handles->MakeWeak(key.location(),
test-heap.cc 360 global_handles->MakeWeak(h2.location(),
402 global_handles->MakeWeak(h2.location(),
433 global_handles->MakeWeak(h.location(),
    [all...]
test-api.cc     [all...]
test-heap-profiler.cc     [all...]
  /external/v8/src/
global-handles.h 129 void MakeWeak(Object** location,
global-handles.cc 184 void MakeWeak(GlobalHandles* global_handles,
434 void GlobalHandles::MakeWeak(Object** location, void* parameter,
437 Node::FromLocation(location)->MakeWeak(this, parameter, callback);
handles.cc 384 isolate->global_handles()->MakeWeak(handle.location(), NULL,
    [all...]
d8.cc 429 persistent_array.MakeWeak(data, ExternalArrayWeakCallback);
    [all...]
deoptimizer.cc     [all...]
debug.cc 616 global_handles->MakeWeak(
720 global_handles->MakeWeak(
    [all...]
profile-generator.cc 68 isolate->global_handles()->MakeWeak(handle.location(), this,
    [all...]
api.cc 615 void V8::MakeWeak(i::Object** object, void* parameters,
618 LOG_API(isolate, "MakeWeak");
619 isolate->global_handles()->MakeWeak(object, parameters,
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8InjectedScriptManager.cpp 72 weakHandle.MakeWeak(host, &WeakReferenceCallback);
  /external/v8/include/
v8.h 128 * V8 wrapper is not needed anymore, or 'revive' it by invocation of MakeWeak.
386 inline void MakeWeak(void* parameters, WeakReferenceCallback callback);
    [all...]

Completed in 341 milliseconds