Home | History | Annotate | Download | only in runtime

Lines Matching full:jsvalue

34 bool JSValue::equalSlowCase(ExecState* exec, JSValue v1, JSValue v2)
39 bool JSValue::strictEqualSlowCase(ExecState* exec, JSValue v1, JSValue v2)
44 NEVER_INLINE JSValue jsAddSlowCase(CallFrame* callFrame, JSValue v1, JSValue v2)
47 JSValue p1 = v1.toPrimitive(callFrame);
48 JSValue p2 = v2.toPrimitive(callFrame);
61 JSValue jsTypeStringForValue(CallFrame* callFrame, JSValue v)
83 bool jsIsObjectType(JSValue v)
101 bool jsIsFunctionType(JSValue v)