Searched defs:gcProtect (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DProtect.h30 inline void gcProtect(JSCell* val) function in namespace:JSC
43 gcProtect(val);
52 inline void gcProtect(JSValue value) function in namespace:JSC
55 gcProtect(value.asCell());
/external/webkit/Source/WebCore/bridge/
H A Druntime_root.cpp133 void RootObject::gcProtect(JSObject* jsObject) function in class:JSC::Bindings::RootObject
138 JSC::gcProtect(jsObject);

Completed in 102 milliseconds