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

  /external/webkit/WebCore/bridge/
runtime_root.cpp 120 void RootObject::gcProtect(JSObject* jsObject)
125 JSC::gcProtect(jsObject);
  /external/webkit/JavaScriptCore/runtime/
Protect.h 30 inline void gcProtect(JSCell* val)
43 gcProtect(val);
52 inline void gcProtect(JSValue value)
55 gcProtect(asCell(value));
156 gcProtect(m_value);
162 gcProtect(m_value);
173 gcProtect(m_value);
179 gcProtect(ovalue);
187 gcProtect(ovalue);
  /external/webkit/WebCore/bindings/v8/
V8GCController.cpp 151 void V8GCController::gcProtect(void* domObject)

Completed in 858 milliseconds