Home
last modified time | relevance | path

Searched refs:hasCustomProperties (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSNodeCustom.cpp98 if (jsNode->hasCustomProperties()) in isObservable()
124 if (wrapper->hasCustomProperties()) in isObservable()
DJSNamedNodeMapCustom.cpp45 if (!jsNamedNodeMap->hasCustomProperties()) in isReachableFromOpaqueRoots()
DJSNodeListCustom.cpp47 if (!jsNodeList->hasCustomProperties()) in isReachableFromOpaqueRoots()
/external/webkit/Source/JavaScriptCore/runtime/
DJSObject.h176 bool hasCustomProperties() { return !m_structure->isEmpty(); } in hasCustomProperties() function
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp220 if (o->hasCustomProperties()) { in resolveGlobalDynamic()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1622251 (JSC::JSObject::hasCustomProperties):
26101 (JSC::JSObject::hasCustomProperties):
35700 (JSC::JSObject::hasCustomProperties): Update to get the propertyMap of the StructureID.
/external/webkit/Source/WebCore/
DChangeLog-2010-12-069525 … approach for nodes, so perhaps fixing this is not as easy as removing a hasCustomProperties()