Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.h277 struct GlobalPropertyInfo { struct
278 GlobalPropertyInfo(const Identifier& i, JSValue v, unsigned a) in GlobalPropertyInfo() argument
289 void addStaticGlobals(GlobalPropertyInfo*, int count); argument