OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasGetterSetterProperties
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
Structure.h
119
bool
hasGetterSetterProperties
() const { return m_hasGetterSetterProperties; }
120
void setHasGetterSetterProperties(bool
hasGetterSetterProperties
) { m_hasGetterSetterProperties =
hasGetterSetterProperties
; }
JSObject.h
177
bool
hasGetterSetterProperties
() { return m_structure->
hasGetterSetterProperties
(); }
484
if (m_structure->
hasGetterSetterProperties
() && location->isGetterSetter())
[
all
...]
Completed in 46 milliseconds