HomeSort by relevance Sort by last modified time
    Searched refs:hasCustomProperties (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
JSNamedNodeMapCustom.cpp 45 if (!jsNamedNodeMap->hasCustomProperties())
JSNodeListCustom.cpp 47 if (!jsNodeList->hasCustomProperties())
JSNodeCustom.cpp 98 if (jsNode->hasCustomProperties())
124 if (wrapper->hasCustomProperties())
  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.h 176 bool hasCustomProperties() { return !m_structure->isEmpty(); }
    [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp 220 if (o->hasCustomProperties()) {
    [all...]

Completed in 737 milliseconds