Home
last modified time | relevance | path

Searched refs:encodedJSValue (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
DRegister.h57 EncodedJSValue encodedJSValue() const;
119 ALWAYS_INLINE EncodedJSValue Register::encodedJSValue() const in encodedJSValue() function
/external/webkit/Source/JavaScriptCore/runtime/
DJSValueInlineMethods.h181 inline JSValue JSValue::decode(EncodedJSValue encodedJSValue) in decode() argument
184 v.u.asInt64 = encodedJSValue; in decode()