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

/external/v8/src/
H A Dcollection.js95 function MapGet(key) { function
103 return %MapGet(this, key);
127 return !IS_UNDEFINED(%MapGet(this, key));
139 if (!IS_UNDEFINED(%MapGet(this, key))) {
231 "get", MapGet,
H A Druntime.h301 F(MapGet, 2, 1) \
/external/v8/samples/
H A Dprocess.cc112 static Handle<Value> MapGet(Local<String> name, const AccessorInfo& info);
338 Handle<Value> JsHttpRequestProcessor::MapGet(Local<String> name, function in class:JsHttpRequestProcessor
381 result->SetNamedPropertyHandler(MapGet, MapSet);

Completed in 90 milliseconds