Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObject.h263 struct GlobalPropertyInfo { struct
264 GlobalPropertyInfo(const Identifier& i, JSValue v, unsigned a) in GlobalPropertyInfo() function
275 void addStaticGlobals(GlobalPropertyInfo*, int count); argument