Searched refs:emptyList (Results 1 – 11 of 11) sorted by relevance
/external/webkit/JavaScriptCore/runtime/ |
D | PropertySlot.cpp | 39 … return callData.native.function(exec, slot.m_data.getterFunc, slot.slotBase(), exec->emptyList()); in functionGetter() 42 …n static_cast<JSFunction*>(slot.m_data.getterFunc)->call(exec, slot.slotBase(), exec->emptyList()); in functionGetter()
|
D | JSGlobalData.cpp | 89 , emptyList(new ArgList) in JSGlobalData() 137 delete emptyList; in ~JSGlobalData()
|
D | JSGlobalData.h | 106 …const ArgList* emptyList; // Lists are supposed to be allocated on the stack to have their element… variable
|
D | JSObject.cpp | 242 …esult = call(exec, function, callType, callData, const_cast<JSObject*>(object), exec->emptyList()); in callDefaultValueFunction()
|
D | ArrayPrototype.cpp | 209 …str = call(exec, conversionFunction, callType, callData, element, exec->emptyList()).toString(exec… in arrayProtoFuncToLocaleString()
|
/external/apache-http/src/org/apache/http/client/utils/ |
D | URLEncodedUtils.java | 72 List <NameValuePair> result = Collections.emptyList(); in parse() 95 List <NameValuePair> result = Collections.emptyList(); in parse()
|
/external/webkit/JavaScriptCore/interpreter/ |
D | CallFrame.h | 83 const ArgList& emptyList() const { return *globalData().emptyList; } in emptyList() function
|
/external/webkit/WebCore/rendering/style/ |
D | RenderStyle.cpp | 725 DEFINE_STATIC_LOCAL(Vector<StyleDashboardRegion>, emptyList, ()); in initialDashboardRegions() 726 return emptyList; in initialDashboardRegions()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2002-12-03 | 2183 deallocate and null out emptyList, because once the last interpreter
|
D | ChangeLog-2008-08-10 | 5964 (KJS::ExecState::emptyList): 7590 (KJS::ExecState::emptyList): 16958 (KJS::ExecState::emptyList): 22479 * kjs/ExecState.h: Added emptyList(). Replaced the constructor with a set of 22484 (KJS::ArrayProtoFuncToLocaleString::callAsFunction): Use exec->emptyList() instead 22494 (FunctionObjectImp::construct): Use exec->emptyList() instead of List::empty(). 22500 (KJS::ElementNode::evaluate): Use exec->emptyList() instead of List::empty(). 22508 (KJS::FuncDeclNode::makeFunction): Use exec->emptyList() instead of List::empty().
|
D | ChangeLog | 19383 (JSC::ExecState::emptyList): Ditto. 27766 While checking for memory leaks, found that JSGlobalData::emptyList has changed to
|