Searched refs:MapSet (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dcollection.js107 function MapSet(key, value) { function
115 return %MapSet(this, key, value);
140 %MapSet(this, key, void 0);
232 "set", MapSet,
H A Druntime.h302 F(MapSet, 3, 1) \
/external/v8/samples/
H A Dprocess.cc113 static Handle<Value> MapSet(Local<String> name,
358 Handle<Value> JsHttpRequestProcessor::MapSet(Local<String> name, function in class:JsHttpRequestProcessor
381 result->SetNamedPropertyHandler(MapGet, MapSet);

Completed in 170 milliseconds