Fixed some MSVC whinings, implemented rdtsc on win32

This commit is contained in:
David Anderson
2008-07-29 19:19:51 -05:00
parent c922965097
commit d0327f8628
5 changed files with 28 additions and 14 deletions

View File

@@ -168,7 +168,7 @@ bool FASTCALL builtin_Array_dense_setelem(JSContext *cx, JSObject *obj, jsint i,
obj->dslots[i] = v;
return true;
}
return OBJ_SET_PROPERTY(cx, obj, INT_TO_JSID(i), &v);
return OBJ_SET_PROPERTY(cx, obj, INT_TO_JSID(i), &v) ? true : false;
}
JSString* FASTCALL