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

  /external/webkit/Source/JavaScriptCore/runtime/
Protect.h 35 inline void gcUnprotect(JSCell* val)
49 gcUnprotect(val);
58 inline void gcUnprotect(JSValue value)
61 gcUnprotect(value.asCell());
  /external/webkit/Source/WebCore/bridge/
runtime_root.cpp 127 JSC::gcUnprotect(it->first);
142 void RootObject::gcUnprotect(JSObject* jsObject)
150 JSC::gcUnprotect(jsObject);

Completed in 49 milliseconds