Home
last modified time | relevance | path

Searched refs:IS_NUMBER (Results 1 – 6 of 6) 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.js119 if (IS_NUMBER(arg0) && %_TypedArrayGetLength(newTypedArray) < arg0) {
415 if (IS_NUMBER(obj)) {
575 if (!IS_NUMBER(element)) return -1;
609 if (!IS_NUMBER(element)) return -1;
Darray.js50 if (IS_NUMBER(indices)) {
201 if (IS_NUMBER(indices)) {
235 if (IS_NUMBER(indices)) {
854 if (IS_NUMBER(indices)) {
883 if (IS_NUMBER(indices)) {
1155 if (IS_NUMBER(indices)) {
Dmacros.py60 macro IS_NUMBER(arg) = (typeof(arg) === 'number');
/external/v8/src/debug/
Dmirrors.js147 } else if (IS_NUMBER(value)) {
Ddebug.js1778 if (!IS_NUMBER(scope_description.functionHandle)) {