Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/API/
DJSValueRef.cpp144 JSValue jsB = toJS(exec, b); in JSValueIsEqual() local
146 bool result = JSValue::equal(exec, jsA, jsB); // false if an exception is thrown in JSValueIsEqual()
161 JSValue jsB = toJS(exec, b); in JSValueIsStrictEqual() local
163 return JSValue::strictEqual(exec, jsA, jsB); in JSValueIsStrictEqual()