Home
last modified time | relevance | path

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

/external/v8/src/js/
Dcollection.js307 if (!IS_MAP(this)) {
322 if (!IS_MAP(this)) {
370 if (!IS_MAP(this)) {
382 if (!IS_MAP(this)) {
405 if (!IS_MAP(this)) {
415 if (!IS_MAP(this)) {
424 if (!IS_MAP(this)) {
Dcollection-iterator.js128 if (!IS_MAP(this)) {
137 if (!IS_MAP(this)) {
146 if (!IS_MAP(this)) {
Dmacros.py75 macro IS_MAP(arg) = (%_ClassOf(arg) === 'Map');
/external/icu/icu4c/source/common/
Dumapfile.c40 # define IS_MAP(map) ((map)!=NULL) macro
44 # define IS_MAP(map) ((map)!=0) macro
72 # define IS_MAP(map) ((map)!=NULL) macro
/external/v8/src/debug/
Dmirrors.js172 } else if (IS_MAP(value) || IS_WEAKMAP(value)) {