Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/bindings/js/
DJSDOMWindowBase.cpp55 GlobalPropertyInfo staticGlobals[] = { in JSDOMWindowBase()
56 GlobalPropertyInfo(Identifier(globalExec(), "document"), jsNull(), DontDelete | ReadOnly), in JSDOMWindowBase()
57 GlobalPropertyInfo(Identifier(globalExec(), "window"), m_shell, DontDelete | ReadOnly) in JSDOMWindowBase()
/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
301 inline void JSGlobalObject::addStaticGlobals(GlobalPropertyInfo* globals, int count) in addStaticGlobals()
315 GlobalPropertyInfo& global = globals[i]; in addStaticGlobals()
DJSGlobalObject.cpp268 GlobalPropertyInfo staticGlobals[] = { in reset()
269GlobalPropertyInfo(Identifier(exec, "Math"), new (exec) MathObject(exec, this, MathObject::createS… in reset()
270 GlobalPropertyInfo(Identifier(exec, "NaN"), jsNaN(), DontEnum | DontDelete | ReadOnly), in reset()
271GlobalPropertyInfo(Identifier(exec, "Infinity"), jsNumber(Inf), DontEnum | DontDelete | ReadOnly), in reset()
272GlobalPropertyInfo(Identifier(exec, "undefined"), jsUndefined(), DontEnum | DontDelete | ReadOnly), in reset()
273GlobalPropertyInfo(Identifier(exec, "JSON"), new (exec) JSONObject(this, JSONObject::createStructu… in reset()
/external/webkit/Source/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):