Searched refs:addStaticGlobals (Results 1 – 5 of 5) sorted by relevance
270 void addStaticGlobals(GlobalPropertyInfo*, int count);296 inline void JSGlobalObject::addStaticGlobals(GlobalPropertyInfo* globals, int count) in addStaticGlobals() function
317 addStaticGlobals(staticGlobals, sizeof(staticGlobals) / sizeof(GlobalPropertyInfo)); in reset()
148 addStaticGlobals(staticGlobals, sizeof(staticGlobals) / sizeof(GlobalPropertyInfo)); in JSDOMWindowBase()
2776 So, addStaticGlobals() was called twice, but JSGlobalObject::reset() didn't reset2785 * kjs/JSGlobalObject.h: (KJS::JSGlobalObject::addStaticGlobals): Allocate registerArray2909 (KJS::JSGlobalObject::addStaticGlobals):8624 - make addStaticGlobals protected instead of private so subclasses can use it9726 (KJS::JSGlobalObject::addStaticGlobals):
21126 (JSC::JSGlobalObject::addStaticGlobals):