Home
last modified time | relevance | path

Searched refs:IS_MAP (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcollection.js96 if (!IS_MAP(this)) {
108 if (!IS_MAP(this)) {
120 if (!IS_MAP(this)) {
132 if (!IS_MAP(this)) {
Dmacros.py105 macro IS_MAP(arg) = (%_ClassOf(arg) === 'Map');
/external/icu4c/common/
Dumapfile.c37 # define IS_MAP(map) ((map)!=NULL) macro
41 # define IS_MAP(map) ((map)!=0) macro
73 # define IS_MAP(map) ((map)!=NULL) macro