Searched refs:getJSFunction (Results 1 – 2 of 2) sorted by relevance
/external/webkit/JavaScriptCore/runtime/ |
D | JSObject.h | 40 inline JSCell* getJSFunction(JSGlobalData& globalData, JSValue value) in getJSFunction() function 474 …putDirectInternal(propertyName, value, attributes, checkReadOnly, slot, getJSFunction(globalData, … in putDirectInternal() 480 … putDirectInternal(propertyName, value, attributes, false, slot, getJSFunction(globalData, value)); in putDirectInternal()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 1796 (JSC::getJSFunction):
|