Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/conf/
Dconf_def.h85 #define IS_NUMBER(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_NUMBER) macro
/external/v8/src/js/
Dtypedarray.js116 if (IS_NUMBER(arg0) && %_TypedArrayGetLength(newTypedArray) < arg0) {
411 if (IS_NUMBER(obj)) {
541 if (!IS_NUMBER(element)) return -1;
575 if (!IS_NUMBER(element)) return -1;
Darray.js49 if (IS_NUMBER(indices)) {
200 if (IS_NUMBER(indices)) {
234 if (IS_NUMBER(indices)) {
853 if (IS_NUMBER(indices)) {
882 if (IS_NUMBER(indices)) {
1154 if (IS_NUMBER(indices)) {
Dmacros.py60 macro IS_NUMBER(arg) = (typeof(arg) === 'number');
/external/v8/src/debug/
Dmirrors.js95 } else if (IS_NUMBER(value)) {