Searched refs:callDefaultValueFunction (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSObject.cpp | 248 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/ |
D | ChangeLog-2009-06-16 | 5771 (JSC::callDefaultValueFunction): 6649 (JSC::callDefaultValueFunction): 12786 (JSC::callDefaultValueFunction): 14917 (JSC::callDefaultValueFunction): 28272 (JSC::callDefaultValueFunction): Use noValue. 39488 (KJS::callDefaultValueFunction): Use isGetterSetter instead of type.
|
D | ChangeLog-2008-08-10 | 2809 (KJS::callDefaultValueFunction): Added exception check to prevent 4563 (KJS::callDefaultValueFunction):
|
D | ChangeLog-2011-02-16 | 23526 (JSC::callDefaultValueFunction):
|