OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hasgettersetterproperties
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
JSActivation.cpp
152
ASSERT(!
hasGetterSetterProperties
());
167
ASSERT(!
hasGetterSetterProperties
());
182
ASSERT(!
hasGetterSetterProperties
());
Structure.h
119
bool
hasGetterSetterProperties
() const { return m_hasGetterSetterProperties; }
120
void setHasGetterSetterProperties(bool
hasGetterSetterProperties
) { m_hasGetterSetterProperties =
hasGetterSetterProperties
; }
JSPropertyNameIterator.cpp
61
!o->structure()->
hasGetterSetterProperties
() && !o->structure()->isUncacheableDictionary() &&
JSObject.cpp
119
for (JSObject* obj = this; !obj->structure()->
hasGetterSetterProperties
(); obj = asObject(prototype)) {
317
ASSERT(m_structure->
hasGetterSetterProperties
());
343
ASSERT(m_structure->
hasGetterSetterProperties
());
JSObject.h
177
bool
hasGetterSetterProperties
() { return m_structure->
hasGetterSetterProperties
(); }
484
if (m_structure->
hasGetterSetterProperties
() && location->isGetterSetter())
[
all
...]
/external/webkit/Source/JavaScriptCore/
ChangeLog-2007-10-14
[
all
...]
Completed in 99 milliseconds