Searched defs:GlobalPropertyInfo (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSGlobalObject.h263 struct GlobalPropertyInfo { struct in class:JSC::JSGlobalObject
264 GlobalPropertyInfo(const Identifier& i, JSValue v, unsigned a) function in struct:JSC::JSGlobalObject::GlobalPropertyInfo
275 void addStaticGlobals(GlobalPropertyInfo*, int count);
301 inline void JSGlobalObject::addStaticGlobals(GlobalPropertyInfo* globals, int count)
315 GlobalPropertyInfo& global = globals[i];

Completed in 77 milliseconds