Searched defs:callDefaultValueFunction (Results 1 - 1 of 1) sorted by relevance
/external/webkit/JavaScriptCore/runtime/ |
H A D | JSObject.cpp | 232 static ALWAYS_INLINE JSValue callDefaultValueFunction(ExecState* exec, const JSObject* object, const Identifier& propertyName) function in namespace:JSC 266 JSValue value = callDefaultValueFunction(exec, this, exec->propertyNames().toString); 269 value = callDefaultValueFunction(exec, this, exec->propertyNames().valueOf); 273 JSValue value = callDefaultValueFunction(exec, this, exec->propertyNames().valueOf); 276 value = callDefaultValueFunction(exec, this, exec->propertyNames().toString);
|
Completed in 41 milliseconds