OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 529 milliseconds