GetKeysFor 275 src/handles.h Handle<JSArray> GetKeysFor(Handle<JSReceiver> object, bool* threw); GetKeysFor 5083 src/runtime.cc Handle<JSArray> result = GetKeysFor(object, &threw);