Home
last modified time | relevance | path

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

/external/webkit/WebCore/bindings/js/
DJSDOMWindowBase.cpp56 GlobalPropertyInfo staticGlobals[] = { in JSDOMWindowBase()
57 GlobalPropertyInfo(Identifier(globalExec(), "document"), jsNull(), DontDelete | ReadOnly), in JSDOMWindowBase()
58 GlobalPropertyInfo(Identifier(globalExec(), "window"), d()->shell, DontDelete | ReadOnly) in JSDOMWindowBase()
61 addStaticGlobals(staticGlobals, sizeof(staticGlobals) / sizeof(GlobalPropertyInfo)); in JSDOMWindowBase()
/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.cpp320 GlobalPropertyInfo staticGlobals[] = { in reset()
321GlobalPropertyInfo(Identifier(exec, "Math"), new (exec) MathObject(exec, MathObject::createStructu… in reset()
322 GlobalPropertyInfo(Identifier(exec, "NaN"), jsNaN(exec), DontEnum | DontDelete), in reset()
323GlobalPropertyInfo(Identifier(exec, "Infinity"), jsNumber(exec, Inf), DontEnum | DontDelete), in reset()
324 GlobalPropertyInfo(Identifier(exec, "undefined"), jsUndefined(), DontEnum | DontDelete), in reset()
325GlobalPropertyInfo(Identifier(exec, "JSON"), new (exec) JSONObject(JSONObject::createStructure(d()… in reset()
328 addStaticGlobals(staticGlobals, sizeof(staticGlobals) / sizeof(GlobalPropertyInfo)); in reset()
DJSGlobalObject.h277 struct GlobalPropertyInfo { struct
278 GlobalPropertyInfo(const Identifier& i, JSValue v, unsigned a) in GlobalPropertyInfo() function
289 void addStaticGlobals(GlobalPropertyInfo*, int count); argument
317 inline void JSGlobalObject::addStaticGlobals(GlobalPropertyInfo* globals, int count) in addStaticGlobals()
327 GlobalPropertyInfo& global = globals[i]; in addStaticGlobals()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-109043 in GlobalPropertyInfo as the Identifier is likely to be a temporary
9044 and therefore may be destroyed before the GlobalPropertyInfo.
9725 (KJS::JSGlobalObject::GlobalPropertyInfo::GlobalPropertyInfo):
DChangeLog-2009-06-166531 (JSC::JSGlobalObject::GlobalPropertyInfo::GlobalPropertyInfo):
14818 (JSC::JSGlobalObject::GlobalPropertyInfo::GlobalPropertyInfo):