Make js_ValueToString inline (503669, r=jwalden).

This commit is contained in:
Andreas Gal
2009-07-13 14:55:04 -07:00
parent c3f1c37d69
commit 6e32ef4468
13 changed files with 116 additions and 51 deletions

View File

@@ -101,6 +101,8 @@
#include "jsstaticcheck.h"
#include "jsvector.h"
#include "jsatominlines.h"
/* 2^32 - 1 as a number and a string */
#define MAXINDEX 4294967295u
#define MAXSTR "4294967295"