Searched refs:toJSNumber (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSValue.h185 JSValue toJSNumber(ExecState*) const; // Fast path for when you expect that the value is an immediate number.
H A DJSValueInlineMethods.h63 ALWAYS_INLINE JSValue JSValue::toJSNumber(ExecState* exec) const function in class:JSC::JSValue
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp2859 JSValue number = v.toJSNumber(callFrame);
3126 JSValue number = v.toJSNumber(callFrame);
3363 JSValue result = src.toJSNumber(callFrame);
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp1763 JSValue number = callFrame->r(srcDst).jsValue().toJSNumber(callFrame);
1786 JSValue number = callFrame->r(srcDst).jsValue().toJSNumber(callFrame);
1809 JSValue result = srcVal.toJSNumber(callFrame);

Completed in 1660 milliseconds