Home | History | Annotate | Download | only in v8-v4

Lines Matching refs:number

153     return (typeof n === "number");
2026 else if (typeof o === "number")
2169 sc_Token.NUMBER = 12/*NUMBER*/;
2233 /* hexa-number */
2275 return new sc_Token(12/*NUMBER*/, res - 0);
2517 case 12/*NUMBER*/:
2883 // unless there is already a number, assign one.
3179 /*** META ((export number->symbol integer->symbol)) */
3184 /*** META ((export number->string integer->string)) */
4653 // The second argument is the number of times to run the benchmark.
4673 throw new Error("Earley or Boyer did incorrect number of rewrites");