HomeSort by relevance Sort by last modified time
    Searched defs:gcUnprotect (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/bridge/
runtime_root.cpp 114 JSC::gcUnprotect(it->first);
129 void RootObject::gcUnprotect(JSObject* jsObject)
137 JSC::gcUnprotect(jsObject);
  /external/webkit/JavaScriptCore/runtime/
Protect.h 35 inline void gcUnprotect(JSCell* val)
49 gcUnprotect(val);
58 inline void gcUnprotect(JSValue value)
61 gcUnprotect(asCell(value));
167 gcUnprotect(m_value);
180 gcUnprotect(m_value);
188 gcUnprotect(m_value);
  /external/webkit/WebCore/bindings/v8/
V8GCController.cpp 168 void V8GCController::gcUnprotect(void* domObject)

Completed in 53 milliseconds