Searched refs:GlobalPropertyInfo (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/bindings/js/ |
D | JSDOMWindowBase.cpp | 55 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/ |
D | JSGlobalObject.h | 263 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()
|
D | JSGlobalObject.cpp | 268 GlobalPropertyInfo staticGlobals[] = { in reset() 269 …GlobalPropertyInfo(Identifier(exec, "Math"), new (exec) MathObject(exec, this, MathObject::createS… in reset() 270 GlobalPropertyInfo(Identifier(exec, "NaN"), jsNaN(), DontEnum | DontDelete | ReadOnly), in reset() 271 … GlobalPropertyInfo(Identifier(exec, "Infinity"), jsNumber(Inf), DontEnum | DontDelete | ReadOnly), in reset() 272 …GlobalPropertyInfo(Identifier(exec, "undefined"), jsUndefined(), DontEnum | DontDelete | ReadOnly), in reset() 273 …GlobalPropertyInfo(Identifier(exec, "JSON"), new (exec) JSONObject(this, JSONObject::createStructu… in reset()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 9043 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):
|
D | ChangeLog-2009-06-16 | 6531 (JSC::JSGlobalObject::GlobalPropertyInfo::GlobalPropertyInfo): 14818 (JSC::JSGlobalObject::GlobalPropertyInfo::GlobalPropertyInfo):
|