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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8GCController.h 53 static Node* opaqueRootForGC(Node*, v8::Isolate*);
V8GCController.cpp 73 Node* V8GCController::opaqueRootForGC(Node* node, v8::Isolate*)
162 // The same special handling is in V8GCController::opaqueRootForGC().
259 // FIXME: Allow opaqueRootForGC to operate on multiple roots and move this logic into V8MutationObserverCustom.
263 v8::UniqueId id(reinterpret_cast<intptr_t>(V8GCController::opaqueRootForGC(*it, m_isolate)));
280 Node* root = V8GCController::opaqueRootForGC(node, m_isolate);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8NodeListCustom.cpp 57 setObjectGroup(V8GCController::opaqueRootForGC(owner, isolate), wrapper, isolate);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfacePython.cpp 160 setObjectGroup(V8GCController::opaqueRootForGC(owner, isolate), wrapper, isolate);
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.pm 546 setObjectGroup(V8GCController::opaqueRootForGC(owner, isolate), wrapper, isolate);
    [all...]

Completed in 160 milliseconds