Home
last modified time | relevance | path

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

/external/v8/src/js/
Dcollection.js302 if (!IS_MAP(this)) {
317 if (!IS_MAP(this)) {
365 if (!IS_MAP(this)) {
377 if (!IS_MAP(this)) {
400 if (!IS_MAP(this)) {
410 if (!IS_MAP(this)) {
419 if (!IS_MAP(this)) {
Dcollection-iterator.js123 if (!IS_MAP(this)) {
132 if (!IS_MAP(this)) {
141 if (!IS_MAP(this)) {
Dmacros.py56 macro IS_MAP(arg) = (%_ClassOf(arg) === 'Map');
/external/icu/icu4c/source/common/
Dumapfile.cpp44 # define IS_MAP(map) ((map)!=NULL) macro
48 # define IS_MAP(map) ((map)!=0) macro
76 # define IS_MAP(map) ((map)!=NULL) macro
/external/v8/src/debug/
Dmirrors.js113 } else if (IS_MAP(value) || IS_WEAKMAP(value)) {