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

/external/webkit/JavaScriptCore/runtime/
H A DJSNumberCell.h337 ALWAYS_INLINE JSValue JSValue::toJSNumber(ExecState* exec) const function in class:JSC::JSValue
H A DJSValue.h159 JSValue toJSNumber(ExecState*) const; // Fast path for when you expect that the value is an immediate number.
754 ALWAYS_INLINE JSValue JSValue::toJSNumber(ExecState* exec) const function in class:JSC::JSValue
/external/webkit/JavaScriptCore/jit/
H A DJITStubs.cpp2415 JSValue number = v.toJSNumber(callFrame);
2681 JSValue number = v.toJSNumber(callFrame);
2926 JSValue result = src.toJSNumber(callFrame);
/external/webkit/JavaScriptCore/interpreter/
H A DInterpreter.cpp1423 JSValue number = callFrame->r(srcDst).jsValue().toJSNumber(callFrame);
1446 JSValue number = callFrame->r(srcDst).jsValue().toJSNumber(callFrame);
1469 JSValue result = srcVal.toJSNumber(callFrame);

Completed in 532 milliseconds