Home
last modified time | relevance | path

Searched refs:callDefaultValueFunction (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSObject.cpp248 static ALWAYS_INLINE JSValue callDefaultValueFunction(ExecState* exec, const JSObject* object, cons… in callDefaultValueFunction() function
282 JSValue value = callDefaultValueFunction(exec, this, exec->propertyNames().toString); in defaultValue()
285 value = callDefaultValueFunction(exec, this, exec->propertyNames().valueOf); in defaultValue()
289 JSValue value = callDefaultValueFunction(exec, this, exec->propertyNames().valueOf); in defaultValue()
292 value = callDefaultValueFunction(exec, this, exec->propertyNames().toString); in defaultValue()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-165771 (JSC::callDefaultValueFunction):
6649 (JSC::callDefaultValueFunction):
12786 (JSC::callDefaultValueFunction):
14917 (JSC::callDefaultValueFunction):
28272 (JSC::callDefaultValueFunction): Use noValue.
39488 (KJS::callDefaultValueFunction): Use isGetterSetter instead of type.
DChangeLog-2008-08-102809 (KJS::callDefaultValueFunction): Added exception check to prevent
4563 (KJS::callDefaultValueFunction):
DChangeLog-2011-02-1623526 (JSC::callDefaultValueFunction):