Home
last modified time | relevance | path

Searched refs:emptyList (Results 1 – 11 of 11) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DPropertySlot.cpp39 … 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()
DJSGlobalData.cpp89 , emptyList(new ArgList) in JSGlobalData()
137 delete emptyList; in ~JSGlobalData()
DJSGlobalData.h106 …const ArgList* emptyList; // Lists are supposed to be allocated on the stack to have their element… variable
DJSObject.cpp242 …esult = call(exec, function, callType, callData, const_cast<JSObject*>(object), exec->emptyList()); in callDefaultValueFunction()
DArrayPrototype.cpp209 …str = call(exec, conversionFunction, callType, callData, element, exec->emptyList()).toString(exec… in arrayProtoFuncToLocaleString()
/external/apache-http/src/org/apache/http/client/utils/
DURLEncodedUtils.java72 List <NameValuePair> result = Collections.emptyList(); in parse()
95 List <NameValuePair> result = Collections.emptyList(); in parse()
/external/webkit/JavaScriptCore/interpreter/
DCallFrame.h83 const ArgList& emptyList() const { return *globalData().emptyList; } in emptyList() function
/external/webkit/WebCore/rendering/style/
DRenderStyle.cpp725 DEFINE_STATIC_LOCAL(Vector<StyleDashboardRegion>, emptyList, ()); in initialDashboardRegions()
726 return emptyList; in initialDashboardRegions()
/external/webkit/JavaScriptCore/
DChangeLog-2002-12-032183 deallocate and null out emptyList, because once the last interpreter
DChangeLog-2008-08-105964 (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().
DChangeLog19383 (JSC::ExecState::emptyList): Ditto.
27766 While checking for memory leaks, found that JSGlobalData::emptyList has changed to