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

  /external/webkit/WebCore/bindings/js/
JSDOMBinding.cpp 359 if (jsNode->hasCustomProperties())
375 if (wrapper->hasCustomProperties())
382 if (wrapper->hasCustomProperties())
390 if (wrapper->hasCustomProperties())
  /external/webkit/JavaScriptCore/runtime/
JSObject.h 168 bool hasCustomProperties() { return !m_structure->isEmpty(); }

Completed in 819 milliseconds