Home
last modified time | relevance | path

Searched defs:jsNumber (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSValue.h406 ALWAYS_INLINE JSValue jsNumber(double d) in jsNumber() function
411 ALWAYS_INLINE JSValue jsNumber(char i) in jsNumber() function
416 ALWAYS_INLINE JSValue jsNumber(unsigned char i) in jsNumber() function
421 ALWAYS_INLINE JSValue jsNumber(short i) in jsNumber() function
426 ALWAYS_INLINE JSValue jsNumber(unsigned short i) in jsNumber() function
431 ALWAYS_INLINE JSValue jsNumber(int i) in jsNumber() function
436 ALWAYS_INLINE JSValue jsNumber(unsigned i) in jsNumber() function
441 ALWAYS_INLINE JSValue jsNumber(long i) in jsNumber() function
446 ALWAYS_INLINE JSValue jsNumber(unsigned long i) in jsNumber() function
451 ALWAYS_INLINE JSValue jsNumber(long long i) in jsNumber() function
[all …]