Lines Matching refs:JSMap
38 JSMap *CreateMap()
43 JSHandle<JSMap> map =
44 JSHandle<JSMap>::Cast(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), constructor));
53 JSMap *map = CreateMap();
61 JSHandle<JSMap> map(thread, CreateMap());
65 JSMap::Set(thread, map, key, value);
73 JSHandle<JSMap> map(thread, CreateMap());
81 JSMap::Set(thread, map, key, value);
89 JSMap::Delete(thread, map, deleteKey);
98 JSHandle<JSMap> map(thread, CreateMap());
102 JSMap::Set(thread, map, key, value);
126 JSMap::Delete(thread, map, key);
133 JSMap::Set(thread, map, key, key);